diff --git a/Makefile b/Makefile index 0bb1cf0..c5fc44e 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ coverage.show:; @$(call print, "Running coverage.show…") .PHONY: lint lint:; @$(call print, "Running lint…") @$(BIN)/jshint \ - --reporter node_modules/jshint-stylish/stylish.js \ + --reporter node_modules/jshint-stylish/index.js \ ./ # ------------------------------------------------------------------------------ diff --git a/package.json b/package.json index 7b7d1e6..e822fdf 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "devDependencies" : { "mocha" : "^2.1.0", - "chai" : "^2.0.0", + "chai" : "^3.0.0", "sinon" : "^1.12.2", "sinon-chai" : "^2.7.0", "proxyquire" : "^1.3.1", - "mock-fs" : "^2.5.0", + "mock-fs" : "^3.0.0", "mocha-cov-reporter" : "^1.1.3", "blanket" : "^1.1.6", - "jshint-stylish" : "^1.0.0", + "jshint-stylish" : "^2.0.0", "jshint" : "^2.6.0", "ghooks" : "*" },