From 10f485f9b176d09d374692a8ee6d758b2549be1e Mon Sep 17 00:00:00 2001 From: Ricardo Costa Date: Thu, 29 Aug 2019 15:59:31 +0100 Subject: [PATCH] Bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d754f9963..772f96a9c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@guardian/consent-management-platform", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "description": "Library of useful utilities for managing consent state across *.theguardian.com", "main": "lib/cmp.js", "types": "lib/cmp.d.ts", "scripts": { - "build": "tsc", + "build": "tsc && cp src/index.d.ts lib/", "test": "jest --config jestconfig.json", "lint": "eslint src/**/*.ts", "tsc": "tsc --noEmit",