Skip to content

Commit

Permalink
Merge pull request #12 from gulp-bem/yeti-or.deps
Browse files Browse the repository at this point in the history
Fix deps && up mocha
  • Loading branch information
Yeti-or committed May 24, 2016
2 parents 4fc2420 + f4e60c6 commit e834496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"cover": "istanbul cover _mocha -- test"
},
"dependencies": {
"node-eval": "^1.0.0",
"through2": "^2.0.1"
"node-eval": "1.0.2",
"through2": "2.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand All @@ -27,6 +27,6 @@
"istanbul": "^0.4.2",
"jscs": "^3.0.3",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
"mocha": "^2.5.2"
}
}

0 comments on commit e834496

Please sign in to comment.