klint -> kcheck

This commit is contained in:
Sebastian McKenzie 2016-02-14 23:53:10 +00:00
parent 54e24b6a6c
commit 7116816624
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ watch: clean
./node_modules/.bin/gulp watch
lint:
./node_modules/.bin/klint
./node_modules/.bin/kcheck
clean: test-clean
rm -rf packages/babel-polyfill/browser*

View File

@ -12,7 +12,7 @@
"codecov.io": "^0.1.6",
"derequire": "^2.0.2",
"es5-shim": "^4.1.7",
"klint": "^1.0.0",
"kcheck": "^1.0.0",
"flow-bin": "^0.21.0",
"fs-readdir-recursive": "^0.1.2",
"gulp": "^3.9.0",