Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 516fe60

Browse files
committed
Merge pull request #16 from AlexKVal/human-factor
Update 'release-script' to human friendly version
2 parents 91fd6db + 260e783 commit 516fe60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"test": "npm run lint && karma start --single-run",
1515
"tdd": "karma start",
1616
"coverage": "COVERAGE=true karma start --single-run",
17-
"patch": "release patch",
18-
"minor": "release minor",
19-
"major": "release major"
17+
"release": "release"
2018
},
2119
"repository": {
2220
"type": "git",
@@ -64,7 +62,7 @@
6462
"mt-changelog": "^0.6.1",
6563
"node-libs-browser": "^0.5.2",
6664
"react": "^0.13.3",
67-
"release-script": "^0.3.0",
65+
"release-script": "^0.5.0",
6866
"sinon": "^1.15.4",
6967
"sinon-chai": "^2.8.0",
7068
"webpack": "^1.10.1",

0 commit comments

Comments
 (0)