Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Mendiara Cañardo committed Jan 4, 2016
1 parent 03cc93f commit 3baccde
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
@@ -1,13 +1,15 @@
{
"name": "serr",
"version": "0.0.0",
"version": "0.1.0",
"description": "Serialize Javascript Errors",
"main": "lib/index.js",
"scripts": {
"travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test/environment.js test/*.spec.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R dot test/environment.js test/*.spec.js",
"lint": "jscs lib && eslint lib",
"test": "mocha -R spec test/environment.js test/*.spec.js",
"changelog": "conventional-changelog -p jshint",
"release": "release-it -n --github.release --changelogCommand=\"npm run -s changelog\"",
"prepublish": "npm run test && npm run lint"
},
"repository": {
Expand All @@ -30,11 +32,13 @@
"homepage": "https://github.com/therror/serr#readme",
"devDependencies": {
"chai": "^3.4.1",
"conventional-changelog": "^0.5.3",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"istanbul": "^0.4.1",
"jscs": "^2.7.0",
"mocha": "^2.3.4",
"release-it": "^2.3.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
Expand Down

0 comments on commit 3baccde

Please sign in to comment.