babel-plugin-transform-remove-console
Advanced tools
Comparing version 6.9.2 to 6.9.3
{ | ||
"name": "babel-plugin-transform-remove-console", | ||
"version": "6.9.2", | ||
"version": "6.9.3", | ||
"description": "Remove all console.* calls.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,3 +22,3 @@ # babel-plugin-transform-remove-console | ||
```sh | ||
npm install babel-plugin-transform-remove-console | ||
npm install babel-plugin-transform-remove-console --save-dev | ||
``` | ||
@@ -25,0 +25,0 @@ |
3661