Comparing version 1.2.0 to 2.0.0
{ | ||
"name": "esmify", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "parse and handle import/export for browserify", | ||
@@ -13,7 +13,7 @@ "main": "./esmify.js", | ||
"dependencies": { | ||
"@babel/core": "^7.0.0-beta.52", | ||
"@babel/plugin-syntax-async-generators": "^7.0.0-beta.53", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.52", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.53", | ||
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.52", | ||
"@babel/core": "^7.1.2", | ||
"@babel/plugin-syntax-async-generators": "^7.0.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-object-rest-spread": "^7.0.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.1.0", | ||
"babel-plugin-import-to-require": "^1.0.0", | ||
@@ -20,0 +20,0 @@ "cached-path-relative": "^1.0.1", |
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
11955