flow-infer-type
Advanced tools
Comparing version 1.1.1 to 1.1.2
#!/usr/bin/env node | ||
const createFlowType = require('../src'); | ||
const createFlowType = require('./index'); | ||
@@ -6,0 +6,0 @@ process.stdin.resume(); |
{ | ||
"name": "flow-infer-type", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Generate flow type description from given object", | ||
"main": "dist/bin.js", | ||
"main": "./dist/bin.js", | ||
"bin": { | ||
"flow-infer-type": "dist/bin.js" | ||
"flow-infer-type": "./dist/bin.js" | ||
}, | ||
@@ -28,3 +28,3 @@ "scripts": { | ||
"author": "syzer", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -31,0 +31,0 @@ "url": "https://github.com/creadi/flow-infer-type/issues" |
#!/usr/bin/env node | ||
const createFlowType = require('../src') | ||
const createFlowType = require('./index') | ||
@@ -5,0 +5,0 @@ process.stdin.resume() |
Sorry, the diff of this file is not supported yet
46337