clony-pasta
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "clony-pasta", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Extremely simple scaffolder.", | ||
@@ -17,6 +17,6 @@ "author": "Scott Hardy <scott.the.hardy@gmail.com> (https://www.scotthardy.me)", | ||
"scripts": { | ||
"prebuild": "rm -rf lib/ && mkdir -p lib/", | ||
"build": "babel -d lib/ src/", | ||
"prepublish": "npm run test && npm run build", | ||
"test": "npm run build && babel-node test/index.js" | ||
"precompile": "rm -rf lib/ && mkdir -p lib/", | ||
"compile": "babel -d lib/ src/", | ||
"prepublish": "npm run test && npm run compile", | ||
"test": "npm run compile && babel-node test/index.js" | ||
}, | ||
@@ -23,0 +23,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6496