Skip to content

Commit

Permalink
npm version commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kasprowicz committed Apr 30, 2018
1 parent 5a66d3c commit 6378bf5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keen-tracking",
"version": "1.4.1",
"version": "1.4.0",
"description": "Data Collection SDK for Keen IO",
"main": "lib/server.js",
"browser": "lib/browser.js",
Expand All @@ -10,7 +10,10 @@
},
"scripts": {
"start": "gulp with-tests",
"test": "gulp test:cli"
"test": "gulp test:cli",
"preversion": "gulp build && npm run test",
"version": "git add .",
"postversion": "git push && git push --tags"
},
"bugs": "https://github.com/keen/keen-tracking.js/issues",
"author": "Keen IO <[email protected]> (https://keen.io/)",
Expand Down

0 comments on commit 6378bf5

Please sign in to comment.