gulp-parameters-generator
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -11,3 +11,3 @@ var gutil = require('gulp-util'); | ||
return data; | ||
var regex = /\.?([^|\[\]]+)|\[(\d+)\]/g, | ||
var regex = /\.?([^::\[\]]+)|\[(\d+)\]/g, | ||
resultholder = {}; | ||
@@ -41,3 +41,3 @@ for (var p in data) { | ||
isEmpty = false; | ||
recurse(cur[p], prop ? prop+"|"+p : p); | ||
recurse(cur[p], prop ? prop+"::"+p : p); | ||
} | ||
@@ -44,0 +44,0 @@ if (isEmpty && prop) |
{ | ||
"name": "gulp-parameters-generator", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Asks user to input paramaters from your configuration file", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
5426