express-exception-handler
Advanced tools
Comparing version 0.0.7 to 0.1.2
{ | ||
"name": "express-exception-handler", | ||
"version": "0.0.7", | ||
"version": "0.1.2", | ||
"description": "a top level exception handle package", | ||
@@ -9,3 +9,9 @@ "main": "lib/index.js", | ||
"test:dev": "jest --watchAll", | ||
"test:cov": "jest --coverage" | ||
"test:cov": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"push": "yarn test && git push", | ||
"deploy:major": "yarn version --major", | ||
"deploy:minor": "yarn version --minor", | ||
"deploy:patch": "yarn version --patch", | ||
"preversion": "yarn test", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -34,2 +40,3 @@ "repository": { | ||
"devDependencies": { | ||
"coveralls": "3.0.2", | ||
"jest": "^20.0.4" | ||
@@ -36,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
84376
2