gulp-script-inject
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -33,3 +33,3 @@ var through = require("through2"); | ||
if(path.extname(jsonfiles) == ext){ | ||
if(path.extname(jsonfiles[i]) == ext){ | ||
var name = jsonfiles[i].replace(/^\d./, '').split('.')[0] | ||
@@ -36,0 +36,0 @@ |
{ | ||
"name": "gulp-script-inject", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A gulp plugin to inject JS variables after reading from a directory", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4864