Skip to content

Commit

Permalink
publish npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 30, 2016
1 parent 8e0f2c2 commit 7b39591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
"bower_components",
"test",
"tests"
],
"version": "0.0.1"
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"ci": "karma start test/karma.conf.js --auto-watch --no-single-run --reporters=dots",
"bump:patch": "mversion patch",
"bump:minor": "mversion minor",
"bump:major": "mversion major"
"bump:major": "mversion major",
"publish:patch": "npm version patch && git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7b39591

Please sign in to comment.