color-interfaces
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -63,3 +63,3 @@ { | ||
"prepare": "npm run build --scripts-prepend-node-path", | ||
"prepublishOnly": "npm test --scripts-prepend-node-path && npm run lint --scripts-prepend-node-path", | ||
"prepublishOnly": "npm test --scripts-prepend-node-path && npm run lint --scripts-prepend-node-path && git add -A .", | ||
"version": "npm run format --scripts-prepend-node-path && git add -A src", | ||
@@ -69,3 +69,3 @@ "postversion": "git push && git push --tags" | ||
"types": "dist/index.d.ts", | ||
"version": "0.1.23" | ||
"version": "0.1.24" | ||
} |
49541