Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed May 7, 2015
1 parent 8891fde commit 1c104ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"bitwise": true,
"eqeqeq": true,
"es3": true,
"forin": true,
"freeze": true,
"immed": true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
},
"dependencies": {
"enb-source-map": "1.5.0",
"vow": "0.4.7"
"vow": "0.4.9"
},
"devDependencies": {
"bh": ">= 1.0.0 < 4.0.0",
"chai": "2.3.0",
"enb": ">= 0.12.0 < 1.0.0",
"finalhandler": "0.3.5",
"jscs": "1.8.1",
"jshint": "2.5.11",
"jscs": "1.13.1",
"jshint": "2.7.0",
"mocha": "2.2.4",
"mocha-phantomjs": "3.5.3",
"mock-fs": "2.5.0",
"mock-fs": "2.6.0",
"must": "0.12.0",
"phantomjs": "1.9.16",
"serve-static": "1.9.2",
Expand Down
1 change: 0 additions & 1 deletion test/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"bitwise": true,
"eqeqeq": true,
"es3": true,
"forin": true,
"freeze": true,
"immed": true,
Expand Down

0 comments on commit 1c104ab

Please sign in to comment.