flow-infer-type
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "flow-infer-type", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Generate flow type description from given object", | ||
"main": "dist/index.js", | ||
"main": "dist/bin.js", | ||
"scripts": { | ||
@@ -10,2 +10,3 @@ "bin": "dist/bin.js", | ||
"flow": "flow", | ||
"flow-infer-type": "dist/bin.js", | ||
"prepublish": "npm run build", | ||
@@ -12,0 +13,0 @@ "test": "ava" |
Sorry, the diff of this file is not supported yet
44455