babel-plugin-prototype-prop-define
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-plugin-prototype-prop-define", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Rewrite assignments on the prototypes to Object.defineProperty calls", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,3 +8,3 @@ // const getReplacers = require('./replace') | ||
export default () => | ||
module.exports = () => | ||
// { | ||
@@ -11,0 +11,0 @@ // types: t, |
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
42399