Skip to content

Commit

Permalink
Merge pull request #14 from guardian/rc/version-bump-alpha2
Browse files Browse the repository at this point in the history
Bump version to 0.1.0-alpha2
  • Loading branch information
ripecosta authored Aug 29, 2019
2 parents 7457c12 + 10f485f commit 042ea1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 042ea1e

Please sign in to comment.