Skip to content

Commit

Permalink
fix: πŸ› remove unused dependency "flow"
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Apr 10, 2019
1 parent a468d38 commit 903d60d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@
"license": "MIT",
"scripts": {
"analyze": "yarn webpack --json | tac | tac | tail -n +2 > stats.json",
"analyze-bundle":
"yarn analyze && yarn webpack-bundle-analyzer stats.json lib/",
"analyze-bundle": "yarn analyze && yarn webpack-bundle-analyzer stats.json lib/",
"test": "jest ./src",
"build": "yarn webpack && yarn babel src/ -d lib/",
"test:eslint": "yarn eslint src",
"test:flow": "yarn flow check",
"prepublish": "yarn run build",
"checks":
"yarn --ignore-engines && madge --circular src && yarn run test:flow && yarn run test:eslint --fix && jscpd --path src -b && rm -r lib",
"checks": "yarn --ignore-engines && madge --circular src && yarn run test:flow && yarn run test:eslint --fix && jscpd --path src -b && rm -r lib",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"profile":
"yarn jest ./src/__tests__/interpreter.test.js --verbose -t \"correct target code\" 2>&1 | grep \"correct target code\" | grep \"\u2713\" | sed \"s/ \u2713 correct target code //\" | sed 's|(\\([0-9]*\\)ms)$|~\\1|'| grep '~' | sort --field-separator=\"~\" --key=2 --numeric-sort | tail -n 20"
"profile": "yarn jest ./src/__tests__/interpreter.test.js --verbose -t \"correct target code\" 2>&1 | grep \"correct target code\" | grep \"βœ“\" | sed \"s/ βœ“ correct target code //\" | sed 's|(\\([0-9]*\\)ms)$|~\\1|'| grep '~' | sort --field-separator=\"~\" --key=2 --numeric-sort | tail -n 20"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -63,7 +60,6 @@
"dependencies": {
"cartesian-product-generator": "^1.1.0",
"combinations-generator": "^1.0.1",
"flow": "^0.2.3",
"parsimmon": "^1.12.0"
},
"config": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4733,11 +4733,6 @@ flow-bin@^0.96.0:
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.96.0.tgz#3b0379d97304dc1879ae6db627cd2d6819998661"
integrity sha512-OSxERs0EdhVxEVCst/HmlT/RcnXsQQIRqcfK9J9wC8/93JQj+xQz4RtlsmYe1PSRYaozuDLyPS5pIA81Zwzaww==

flow@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/flow/-/flow-0.2.3.tgz#f8da65efa249127ec99376a28896572a9795d1af"
integrity sha1-+Npl76JJEn7Jk3aiiJZXKpeV0a8=

flush-write-stream@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd"
Expand Down

0 comments on commit 903d60d

Please sign in to comment.