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

Commit

Permalink
Add 'release-script' dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jul 11, 2015
1 parent b5ed4ba commit a20cb16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"lint": "eslint .",
"test": "npm run lint && karma start --single-run",
"tdd": "karma start",
"coverage": "COVERAGE=true karma start --single-run"
"coverage": "COVERAGE=true karma start --single-run",
"patch": "release patch",
"minor": "release minor",
"major": "release major"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,8 +61,10 @@
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.5.1",
"mocha": "^2.2.5",
"mt-changelog": "^0.5.3",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"release-script": "^0.1.1",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"webpack": "^1.10.1",
Expand Down

0 comments on commit a20cb16

Please sign in to comment.