poi-plugin-akashic-records
Advanced tools
Comparing version 2.1.0-beta.4 to 2.1.0-beta.5
{ | ||
"name": "poi-plugin-akashic-records", | ||
"version": "2.1.0-beta.4", | ||
"version": "2.1.0-beta.5", | ||
"description": "logbook plugin for poi", | ||
"main": "index.js", | ||
"scripts": { | ||
"win-publish": "cjsx -cb . && coffee -cb . && del /s \"*.coffee\" && del /s \"*.cjsx\" && npm publish", | ||
"win-prerelease": "cjsx -cb . && coffee -cb . && del /s \"*.coffee\" && del /s \"*.cjsx\" && npm publish --tag beta", | ||
"win-publish": "cjsx -cb . && del /s \"*.cjsx\" && npm publish", | ||
"win-prerelease": "cjsx -cb . && del /s \"*.cjsx\" && npm publish --tag beta", | ||
"win-build": "cjsx -cb . && del /s \"*.cjsx\"", | ||
"compile": "cjsx -cb . && coffee -cb .", | ||
@@ -10,0 +11,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
2513352
43