Skip to content

Commit

Permalink
fix: removing dev tag
Browse files Browse the repository at this point in the history
  • Loading branch information
godber committed Aug 19, 2017
1 parent 15ad4ae commit 3290c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs": "jsdoc -R README.md -P package.json -r lib/ index.js",
"clean": "rm -rf out",
"clean-all": "rm -rf out node_modules",
"semantic-release": "semantic-release pre && npm publish --tag dev && semantic-release post",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"style": "standard --env jasmine --verbose | snazzy || true"
},
"repository": {
Expand Down

0 comments on commit 3290c65

Please sign in to comment.