Skip to content

Commit f002642

Browse files
committed
add flow using yarn
1 parent 16df14b commit f002642

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"author": "DanielDeutsch <[email protected]>",
6-
"license": "none"
6+
"license": "none",
7+
"dependencies": {
8+
"flow-bin": "^0.45.0"
9+
}
710
}

Diff for: yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
flow-bin@^0.45.0:
6+
version "0.45.0"
7+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.45.0.tgz#009dd0f577a3f665c74ca8be827ae8c2dd8fd6b5"

0 commit comments

Comments
 (0)