slush-react-express
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "slush-react-express", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A generator for a node express web app using react", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -119,3 +119,3 @@ var gulp = require('gulp'); | ||
if (answers.createDir) { | ||
destination = dest + answers.appname + '/'; | ||
destination = dest + appName + '/'; | ||
} | ||
@@ -122,0 +122,0 @@ else { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5
2759620