calamar-embryo
Advanced tools
Comparing version 0.2.12 to 0.2.13
{ | ||
"name": "calamar-embryo", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "boilerplate generator for Calamar javascript projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,6 @@ { | ||
"scripts": { | ||
"start": "NODE_DEBUG=dev babel-node ./src/index.js" | ||
"start": "NODE_DEBUG=dev babel-node ./src/index.js", | ||
"build:npm": "babel --ignore node_modules,dist --out-dir ./dist/npm .", | ||
"publish:npm": "npm run build:npm && npm publish dist/npm", | ||
"ppp": "npm version patch && git push && git push --tags && npm run publish:npm" | ||
}, | ||
@@ -9,0 +12,0 @@ "babel": { |
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
5572