Skip to content

Commit

Permalink
Merge pull request #22 from jimf/update-dev-deps
Browse files Browse the repository at this point in the history
Update dev dependencies
  • Loading branch information
gtramontina committed Sep 9, 2015
2 parents b1817e4 + cc988c1 commit 12805a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
./

# ------------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "*"
},
Expand Down

0 comments on commit 12805a3

Please sign in to comment.