zero-generator
Advanced tools
Comparing version 0.7.6 to 0.7.7
@@ -5,3 +5,3 @@ { | ||
"description": "zero-generator is nothing fancy. Just a stupidly simple cli for generating code projects", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"engines": { | ||
@@ -16,3 +16,3 @@ "node": ">=0.12.0" | ||
"bin": { | ||
"zero": "./dist/index.js" | ||
"zero": "./dist/src/index.js" | ||
}, | ||
@@ -19,0 +19,0 @@ "files": [ |
{ | ||
"name": "zero-generator", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"description": "zero-generator is nothing fancy. Just a stupidly simple cli for generating code projects", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"engines": { | ||
@@ -15,3 +15,3 @@ "node": ">=0.12.0" | ||
"bin": { | ||
"zero": "./dist/index.js" | ||
"zero": "./dist/src/index.js" | ||
}, | ||
@@ -18,0 +18,0 @@ "files": [ |
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
14853