We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16df14b commit f002642Copy full SHA for f002642
package.json
@@ -3,5 +3,8 @@
3
"version": "1.0.0",
4
"main": "index.js",
5
"author": "DanielDeutsch <[email protected]>",
6
- "license": "none"
+ "license": "none",
7
+ "dependencies": {
8
+ "flow-bin": "^0.45.0"
9
+ }
10
}
yarn.lock
@@ -0,0 +1,7 @@
1
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+# yarn lockfile v1
+
+flow-bin@^0.45.0:
+ version "0.45.0"
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.45.0.tgz#009dd0f577a3f665c74ca8be827ae8c2dd8fd6b5"
0 commit comments