Skip to content

Commit

Permalink
Adding prepublish to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Mar 8, 2018
1 parent ad5284c commit 832ecba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "simple-keyboard",
"version": "1.0.9",
"version": "1.1.0",
"description": "React.js Virtual Keyboard",
"main": "build/index.js",
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"demo": "node scripts/demo.js",
"test": "node scripts/test.js --env=jsdom"
"test": "node scripts/test.js --env=jsdom",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 832ecba

Please sign in to comment.