@babel/plugin-transform-object-super
Advanced tools
Comparing version 7.0.0 to 7.1.0
{ | ||
"name": "@babel/plugin-transform-object-super", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "Compile ES2015 object super to ES5", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-super", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -13,3 +16,3 @@ "keywords": [ | ||
"@babel/helper-plugin-utils": "^7.0.0", | ||
"@babel/helper-replace-supers": "^7.0.0" | ||
"@babel/helper-replace-supers": "^7.1.0" | ||
}, | ||
@@ -16,0 +19,0 @@ "peerDependencies": { |
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
3812