babel-plugin-transform-regexp-constructors
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "babel-plugin-transform-regexp-constructors", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "This changes RegExp constructors into literals if the RegExp arguments are strings.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -24,3 +24,3 @@ # babel-plugin-transform-regexp-constructors | ||
```sh | ||
npm install babel-plugin-transform-regexp-constructors | ||
npm install babel-plugin-transform-regexp-constructors --save-dev | ||
``` | ||
@@ -27,0 +27,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
2616