remove flow-bin

This commit is contained in:
Sebastian McKenzie 2016-02-15 00:06:40 +00:00
parent 224bbd0fb9
commit d1e02e773f
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ test-cov: clean
test-ci:
make lint
NODE_ENV=test make bootstrap
if ./node_modules/.bin/semver `npm --version` -r ">=3.3.0"; then ./node_modules/.bin/flow check; fi
./scripts/test-cov.sh
cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js

View File

@ -13,7 +13,6 @@
"derequire": "^2.0.2",
"es5-shim": "^4.1.7",
"kcheck": "^1.0.0",
"flow-bin": "^0.21.0",
"fs-readdir-recursive": "^0.1.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",