@itrocks/prepare-module
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -27,6 +27,6 @@ { | ||
"scripts": { | ||
"build": "tsc -p tsconfig.json && chmod ugo+x prepare-module.js" | ||
"build": "tsc && chmod ugo+x prepare-module.js" | ||
}, | ||
"types": "./prepare-module.d.ts", | ||
"version": "0.0.8" | ||
"version": "0.0.9" | ||
} |
5731