Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyas committed Oct 28, 2018
1 parent 76870a6 commit 2417bc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"start": "npm run build && node dist/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build && sh md-gen.sh",
"preversion": "npm test",
"version": "npm run build && git add -A",
"postversion": "git push && git push --tags && npm publish"
"postversion": "git push && git push --tags"
},
"author": "Bhagya Nirmaan Silva",
"license": "MIT",
Expand Down

0 comments on commit 2417bc1

Please sign in to comment.