decorate-express
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "decorate-express", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Awesome decorators for express!", | ||
@@ -17,2 +17,5 @@ "main": "dist/lib/index.js", | ||
}, | ||
"peerDependencies": { | ||
"express": "4.x" | ||
}, | ||
"devDependencies": { | ||
@@ -28,11 +31,13 @@ "@types/chai": "^4.0.4", | ||
"mocha": "^3.5.0", | ||
"typescript": "^2.1.4" | ||
"typescript": "^2.1.4", | ||
"semantic-release": "^7.0.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "mocha dist/test/**/*.js", | ||
"prepublish": "tsc" | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/shroudedcode/decorate-express.git" | ||
"url": "https://github.com/shroudedcode/decorate-express.git" | ||
}, | ||
@@ -49,2 +54,2 @@ "author": { | ||
"homepage": "https://github.com/stewartml/decorate-express#readme" | ||
} | ||
} |
17441
8
2
11