babel-plugin-transform-remove-debugger
Advanced tools
Comparing version 6.10.0-alpha.4b14df35 to 6.10.0-alpha.540d75e7
@@ -10,4 +10,5 @@ "use strict"; | ||
} | ||
} | ||
}; | ||
}; |
{ | ||
"name": "babel-plugin-transform-remove-debugger", | ||
"version": "6.10.0-alpha.4b14df35", | ||
"version": "6.10.0-alpha.540d75e7", | ||
"description": "Remove debugger statements", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,3 +21,3 @@ # babel-plugin-transform-remove-debugger | ||
```sh | ||
npm install babel-plugin-transform-remove-debugger | ||
npm install babel-plugin-transform-remove-debugger --save-dev | ||
``` | ||
@@ -46,5 +46,5 @@ | ||
```javascript | ||
require("babel-core").transform("code", { | ||
require("@babel/core").transform("code", { | ||
plugins: ["transform-remove-debugger"] | ||
}); | ||
``` |
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
1231