Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Make travis auto set the version in package.json when it makes a build.
Browse files Browse the repository at this point in the history
  • Loading branch information
andywaite committed Sep 1, 2015
1 parent afa63ed commit c7c88e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
script: gulp coverage
before_deploy:
- gulp build
- npm version ${TRAVIS_TAG} --no-git-tag-version
deploy:
provider: npm
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-node-kissmetrics",
"version": "0.1.3",
"version": "0.1.0",
"description": "ES6 KISSmetrics library.",
"main": "dist/library-dist.js",
"scripts": {
Expand Down

0 comments on commit c7c88e0

Please sign in to comment.