diff --git a/Makefile b/Makefile index 082afcb80e..0b996914f6 100644 --- a/Makefile +++ b/Makefile @@ -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* diff --git a/package.json b/package.json index 1b03460370..ec01420e32 100644 --- a/package.json +++ b/package.json @@ -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",