Skip to content

Commit

Permalink
Update dependencies and scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Dec 12, 2015
1 parent 63d6ba9 commit 06de8c9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test",
"test": "mocha",
"lint": "gulp lint"
},
"keywords": [
Expand All @@ -23,17 +23,15 @@
"qunit"
],
"dependencies": {
"chalk": "^0.5.1",
"chalk": "^1.1.1",
"gulp-util": "^3.0.0",
"phantomjs": "^1.9.12",
"qunit-phantomjs-runner": "^2.1.0",
"through2": "^0.6.1"
"through2": "0.6.5"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-jscs": "^3.0.0",
"gulp-jshint": "^1.8.6",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.0",
"mocha": "*",
Expand Down

0 comments on commit 06de8c9

Please sign in to comment.