Skip to content

Commit

Permalink
added releases tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Mar 10, 2017
1 parent beb3dd1 commit b8b8e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "surveyjs.editor",
"scripts": {
"test": "karma start",
"release": "standard-version --message \"Release: %s\"",
"build_dev": "webpack --env.buildType dev",
"build_prod": "npm run build_dev && webpack --env.buildType prod"
},
Expand Down Expand Up @@ -32,6 +33,7 @@
"qunitjs": "^2.0.1",
"rimraf": "^2.5.4",
"sass-loader": "^4.1.1",
"standard-version": "4.0.0",
"style-loader": "^0.13.1",
"survey-knockout": "^0.10.4",
"ts-loader": "^2.0.0",
Expand Down

0 comments on commit b8b8e6f

Please sign in to comment.