create-jqwidgets-angular-app
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -32,6 +32,6 @@ #! /usr/bin/env node | ||
path.join(destPath, 'e2e//app.e2e-spec.ts'), | ||
path.join(destPath, 'package.json') | ||
path.join(destPath, 'package.json') | ||
], | ||
recursive: true, | ||
silent: true, | ||
silent: true | ||
}); | ||
@@ -38,0 +38,0 @@ console.log('\x1b[36m%s\x1b[0m', 'Project ' + projectName + ' Created!'); |
{ | ||
"name": "create-jqwidgets-angular-app", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"preferGlobal": true, | ||
@@ -5,0 +5,0 @@ "repository": { |
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
2497