calamar-embryo
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "calamar-embryo", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "boilerplate generator for Calamar javascript projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,9 @@ { | ||
"license": "AGPL-3.0", | ||
"scripts-info": { | ||
"build:npm": "Builds the transpiled npm package under dist/npm", | ||
"ppp": "Increases the version patch number, push to github and publish to npm", | ||
"mpp": "Increases the version minor number, push to github and publish to npm" | ||
}, | ||
"scripts": { | ||
"info": "npm-scripts-info", | ||
"start": "NODE_DEBUG=dev babel-node ./src/index.js", | ||
@@ -9,0 +15,0 @@ "build:npm": "babel --ignore node_modules,dist --out-dir ./dist/npm .", |
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
6317