Comparing version 0.4.10 to 0.4.11
{ | ||
"name": "jsdc", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "compiler ecmascript6 to ecmascript5", | ||
@@ -55,3 +55,3 @@ "maintainers": [ | ||
"dependencies": { | ||
"homunculus": "^0.4.3" | ||
"homunculus": "^0.5.2" | ||
}, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
@@ -174,3 +174,3 @@ var homunculus = require('homunculus'); | ||
else if(content == ',') { | ||
this.rest.comma (node); | ||
this.rest.comma(node); | ||
} | ||
@@ -177,0 +177,0 @@ else if(token.type() == Token.TEMPLATE) { |
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
317616
+ Addedhomunculus@0.5.10(transitive)
- Removedhomunculus@0.4.5(transitive)
Updatedhomunculus@^0.5.2