Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

Commit

Permalink
chore(version): added version creation tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Templier committed Jun 19, 2015
1 parent 4718e59 commit 7d47f91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"browserify": "10.2.4",
"browserify-shim": "3.8.8",
"uglifyjs": "2.4.10",
"exorcist": "0.4.0"
"exorcist": "0.4.0",
"async": "1.2.1"

},
"browser": {
"./lib/builtin-converters.js": "./browser/builtin-converters.js"
Expand Down Expand Up @@ -68,6 +70,7 @@
"doc:changelog": "node docs/generate-changelog.js",
"test:default": "node_modules/mocha/bin/_mocha --report lcovonly --reporter spec test/server --check-leaks test/server",
"test:ci": "istanbul cover node_modules/mocha/bin/_mocha -- --report lcovonly --require test/support/env --reporter spec test/server --check-leaks test/ test/server/",
"test:cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/server/"
"test:cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/server/",
"version:create": "node tools/version-creator.js"
}
}

0 comments on commit 7d47f91

Please sign in to comment.