Skip to content

Commit

Permalink
chore(): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed May 1, 2017
1 parent bbababa commit a7b00d3
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 @@ -10,7 +10,7 @@
"copy:scss": "cp src/components/super-tabs/super-tabs.scss dist/components/super-tabs/ && cp src/components/super-tabs-toolbar/super-tabs-toolbar.scss dist/components/super-tabs-toolbar/ && cp src/components/super-tab/super-tab.scss dist/components/super-tab/ && cp src/components/super-tabs-container/super-tabs-container.scss dist/components/super-tabs-container/",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"postchangelog": "git commit -am \"chore(): update changelog\"",
"postversion": "npm run changelog && npm run build && git push"
"shipit": "npm run changelog && npm run build && git push && npm publish"
},
"author": "Ibby Hadeed <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a7b00d3

Please sign in to comment.