babel-preset-es2015-node
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -9,5 +9,4 @@ module.exports = { | ||
require("babel-plugin-transform-es2015-typeof-symbol"), | ||
require("babel-plugin-transform-es2015-modules-commonjs"), | ||
[require("babel-plugin-transform-regenerator"), { async: false, asyncGenerators: false }], | ||
require("babel-plugin-transform-es2015-modules-commonjs") | ||
] | ||
}; |
{ | ||
"name": "babel-preset-es2015-node", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Babel preset for all es2015 plugins needed with latest stable node.", | ||
@@ -17,5 +17,4 @@ "author": "Ryan Tsao <ryan.j.tsao@gmail.com>", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.14", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.14", | ||
"babel-plugin-transform-regenerator": "^6.0.14" | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.14" | ||
} | ||
} |
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
7
2781
11
- Removedbabel-plugin-transform-regenerator@6.26.0(transitive)
- Removedprivate@0.1.8(transitive)
- Removedregenerator-transform@0.10.1(transitive)