Comparing version 0.1.2 to 0.1.3
@@ -149,7 +149,8 @@ const cherow = require('cherow'); | ||
parse.options = { | ||
jsx: true, | ||
next: true, | ||
ranges: true, | ||
jsx: true | ||
v8: true | ||
}; | ||
module.exports = parse; |
{ | ||
"name": "ascjs", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "ES2015 to CommonJS import/export transformer", | ||
@@ -30,3 +30,3 @@ "bin": "bin.js", | ||
"dependencies": { | ||
"cherow": "^0.8.7" | ||
"cherow": "^0.8.9" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
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
11858
226
Updatedcherow@^0.8.9