Skip to content

Commit

Permalink
Prep for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Diyan Chuburov committed Aug 9, 2018
1 parent 4108519 commit 5464493
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@sumup/circuit-ui",
"sideEffects": false,
"version": "0.0.1",
"version": "0.0.2-canary",
"description": "SumUp's React UI component library",
"main": "lib/index.js",
"module": "lib/es/index.js",
Expand Down Expand Up @@ -34,7 +34,8 @@
"build:svg:es": "cd src && find . -name *.svg -print | xargs -I@ gcp --parents @ ../lib/es && cd ..",
"clean:js": "rimraf lib",
"deploy": "yarn build && gh-pages -d .out",
"precommit": "lint-staged"
"precommit": "lint-staged",
"prepublish": "yarn build:js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5464493

Please sign in to comment.