Comparing version 0.4.15 to 0.4.16
{ | ||
"name": "jsdc", | ||
"version": "0.4.15", | ||
"version": "0.4.16", | ||
"description": "compiler ecmascript6 to ecmascript5", | ||
@@ -55,3 +55,3 @@ "maintainers": [ | ||
"dependencies": { | ||
"homunculus": "^0.5.6" | ||
"homunculus": "^0.7.0" | ||
}, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
@@ -39,3 +39,3 @@ var homunculus = require('homunculus'); | ||
} | ||
else if(!/[a-z_]/i.test(c)) { | ||
else if(!/[a-z_\s]/i.test(c)) { | ||
multi = true; | ||
@@ -42,0 +42,0 @@ break; |
@@ -39,3 +39,3 @@ define(function(require, exports, module){var homunculus = require('homunculus'); | ||
} | ||
else if(!/[a-z_]/i.test(c)) { | ||
else if(!/[a-z_\s]/i.test(c)) { | ||
multi = true; | ||
@@ -42,0 +42,0 @@ break; |
Sorry, the diff of this file is not supported yet
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
318246
+ Addedhomunculus@0.7.9(transitive)
- Removedhomunculus@0.5.10(transitive)
Updatedhomunculus@^0.7.0