Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Jan 22, 2016
1 parent 0c86a69 commit 887fb0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
"requireCapitalizedConstructors": true,
"safeContextKeyword": ["_this"],
"disallowYodaConditions": true,
"validateJSDoc": {
"checkParamNames": true,
"checkRedundantParams": true,
"requireParamTypes": true
},
"requireSpaceAfterLineComment": true,
"disallowNewlineBeforeBlockStatements": true
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@
"dependencies": {
"bem-naming": "0.5.1",
"clear-require": "1.0.1",
"enb-async-require": "1.0.0",
"enb-require-or-eval": "1.0.1",
"inherit": "2.2.2",
"js-yaml": "3.4.2",
"vow": "0.4.11"
"enb-async-require": "1.0.1",
"enb-require-or-eval": "1.0.2",
"inherit": "2.2.3",
"js-yaml": "3.5.2",
"vow": "0.4.12"
},
"devDependencies": {
"enb": ">=0.15.0 <2.0.0",
"istanbul": "0.3.22",
"jscs": "1.13.1",
"jshint": "2.8.0",
"lodash": "3.10.1",
"matcha": "0.6.0",
"mocha": "2.3.3",
"istanbul": "0.4.2",
"jscs": "2.8.0",
"jshint": "2.9.1",
"lodash": "4.0.0",
"matcha": "0.6.1",
"mocha": "2.3.4",
"mock-enb": "0.3.0",
"mock-fs": "3.3.0",
"must": "0.12.0",
"mock-fs": "3.6.0",
"must": "0.13.1",
"seedrandom": "2.4.2"
},
"main": "index.js",
Expand Down

0 comments on commit 887fb0a

Please sign in to comment.