Skip to content

Commit

Permalink
Add npm run update-bower
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Apr 8, 2015
1 parent e55ba62 commit a8415c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jaggy",
"main": "public/jaggy.browser.js",
"version": "0.1.9",
"version": "0.1.10",
"homepage": "https://github.com/59naga/jaggy",
"authors": [
"59naga <i59naga@icloud.com>"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"watch": "abigail ./**/*.coffee:build --ignore --execute",
"convert": "jaggy public -o hogekosan -g 2",

"update-bower": "git tag v$(jqn bower version) && git push --tags",

"test": "jasminetea test --verbose --cover --report",
"posttest": "rm public/*.svg",

Expand All @@ -36,6 +38,7 @@
"coffeeify": "^1.0.0",
"gulp": "^3.8.11",
"jasminetea": "^0.1.27",
"jqn": "0.0.3",
"ng-annotate": "^0.15.4",
"onefile": "^0.2.8",
"uglify-js": "^2.4.19"
Expand Down

0 comments on commit a8415c6

Please sign in to comment.