grunt-package-modules
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "grunt-package-modules", | ||
"description": "Packages node_modules dependencies at build time for addition to a distribution package.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/joshperry/grunt-package-modules", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -46,3 +46,3 @@ /* | ||
production: true, | ||
"ignore-scripts": true, | ||
"ignore-scripts": !!f.ignoreScripts, | ||
prefix: f.dest | ||
@@ -49,0 +49,0 @@ }, function(err) { |
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
10562