Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 8, 2016
1 parent cf2c57e commit 3055993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holisticon/angular-common",
"version": "1.0.1",
"version": "1.0.2",
"description": "Common angular build module for Angular 2",
"scripts": {
"webpack": "webpack",
Expand All @@ -15,7 +15,7 @@
"jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./etc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'",
"release:pre": "npm run build",
"release:pre": "npm run build && npm run test",
"release:post": "npm run changelog && npm run changelog:add",
"release:major": "npm version major && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish",
"release:minor": "npm version minor && npm run release:pre && git push origin && git push origin --tags && npm run release:post && npm publish",
Expand Down

0 comments on commit 3055993

Please sign in to comment.