lodash-decorators
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of decorators using lodash at it's core.", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"engines": { | ||
@@ -11,5 +11,3 @@ "node": ">=0.12.0" | ||
"scripts": { | ||
"test": "gulp mocha:unit", | ||
"release": "gulp stage && npm publish stage", | ||
"postrelease": "git push && git push --tags" | ||
"test": "gulp mocha:unit" | ||
}, | ||
@@ -16,0 +14,0 @@ "main": "index.js", |
63164