Skip to content

Commit

Permalink
Prepare release 0.0.3-canary
Browse files Browse the repository at this point in the history
  • Loading branch information
Diyan Chuburov committed Aug 9, 2018
1 parent 42987bf commit 974826f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@sumup/circuit-ui",
"sideEffects": false,
"version": "0.0.2-canary",
"version": "0.0.3-canary",
"description": "SumUp's React UI component library",
"main": "lib/index.js",
"module": "lib/es/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"clean:js": "rimraf lib",
"deploy": "yarn build && gh-pages -d .out",
"precommit": "lint-staged",
"prepublish": "yarn build:js"
"prepublishOnly": "yarn build:js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 974826f

Please sign in to comment.