babel-plugin-transform-remove-undefined
Advanced tools
Comparing version 0.5.0-alpha.34c3efe9 to 0.5.0-alpha.36b27d42
{ | ||
"name": "babel-plugin-transform-remove-undefined", | ||
"version": "0.5.0-alpha.34c3efe9", | ||
"version": "0.5.0-alpha.36b27d42", | ||
"description": "This removes rvals that are equivalent to undefined wherever possible", | ||
@@ -15,4 +15,4 @@ "keywords": [ | ||
"dependencies": { | ||
"babel-helper-evaluate-path": "^0.5.0-alpha.34c3efe9" | ||
"babel-helper-evaluate-path": "^0.5.0-alpha.36b27d42" | ||
} | ||
} |
@@ -32,3 +32,3 @@ # babel-plugin-transform-remove-undefined | ||
```sh | ||
npm install babel-plugin-transform-remove-undefined | ||
npm install babel-plugin-transform-remove-undefined --save-dev | ||
``` | ||
@@ -35,0 +35,0 @@ |
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
8393