Skip to content

Commit

Permalink
[added] release tools
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 7, 2015
1 parent 3bf88f5 commit af924f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"main": "build/index.js",
"scripts": {
"test": "babel-istanbul cover --root lib --print detail --include-all-sources --include-babel-polyfill jasmine",
"lint": "eslint ./",
"build": "babel-node bin/build",
"start": "babel-node bin/server"
"start": "babel-node bin/server",
"release": "release"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,8 +42,10 @@
"coveralls": "^2.11.3",
"jasmine-es6": "^0.0.18",
"jsdoc": "^3.3.2",
"mt-changelog": "^0.6.2",
"proxyquire": "^1.7.3",
"react-hot-loader": "^1.2.8",
"release-script": "^0.5.3",
"webcompiler": "^1.5.4",
"webpack-dev-server": "^1.10.1"
}
Expand Down

0 comments on commit af924f1

Please sign in to comment.