flow-infer-type
Advanced tools
Comparing version 1.0.6 to 1.1.1
{ | ||
"name": "flow-infer-type", | ||
"version": "1.0.6", | ||
"version": "1.1.1", | ||
"description": "Generate flow type description from given object", | ||
"main": "dist/bin.js", | ||
"bin": { | ||
"flow-infer-type": "dist/bin.js" | ||
}, | ||
"scripts": { | ||
"bin": "dist/bin.js", | ||
"build": "babel src/ -d dist/", | ||
"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
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
46124