babel-plugin-minify-type-constructors
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "babel-plugin-minify-type-constructors", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "", | ||
@@ -15,4 +15,4 @@ "keywords": [ | ||
"dependencies": { | ||
"babel-helper-is-void-0": "^0.4.1" | ||
"babel-helper-is-void-0": "^0.4.2" | ||
} | ||
} |
@@ -32,3 +32,3 @@ # babel-plugin-minify-type-constructors | ||
```sh | ||
npm install babel-plugin-minify-type-constructors | ||
npm install babel-plugin-minify-type-constructors --save-dev | ||
``` | ||
@@ -35,0 +35,0 @@ |
6352