color-interfaces
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "color-interfaces", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "interfaces for color spaces", | ||
@@ -33,5 +33,5 @@ "repository": "https://github.com/chriskr/color-interfaces", | ||
"lint": "tslint -p tsconfig.json", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"prepare": "npm run build --scripts-prepend-node-path", | ||
"prepublishOnly": "npm test && npm run lint --scripts-prepend-node-path", | ||
"version": "npm run format --scripts-prepend-node-path && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
@@ -38,0 +38,0 @@ }, |
48237