another-cache-wrapper
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "another-cache-wrapper", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "custom cache interface", | ||
@@ -52,5 +52,5 @@ "main": "dist/index.js", | ||
"hooks": { | ||
"pre-commit": "npm test && npm run build && npm publish" | ||
"pre-commit": "npm run build && npm test && npm run build && npm publish && git push" | ||
} | ||
} | ||
} |
53445