express-base-class
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ { | ||
"bugs": "https://github.com/good-hood-gmbh/express-base-class/issues", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"keywords": [ | ||
@@ -21,2 +21,5 @@ "express", | ||
"scripts": { | ||
"reinstall": "rm -rf node_modules package-lock.json && npm install", | ||
"lint": "eslint ./", | ||
"prepublishOnly": "npm test && npm run lint && echo \"\\033[0;32mReady to publish\\033[0m\"", | ||
"test": "env TZ='Europe/Berlin' mocha" | ||
@@ -23,0 +26,0 @@ }, |
5454
3.73%