Skip to content

Commit

Permalink
Merge pull request #17 from MitMaro/deps-update
Browse files Browse the repository at this point in the history
Update mocha, eslint and coveralls
  • Loading branch information
MitMaro committed Aug 2, 2016
2 parents 7e6181d + 4aa9c0a commit a7dc674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"unit-test": "mocha"
},
"devDependencies": {
"eslint": "^3.1.0",
"coveralls": "2.11.12",
"eslint": "^3.2.0",
"istanbul": "0.4.4",
"mocha": "2.5.3"
"mocha": "3.0.0"
},
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin"
],
"license": "ICS"
"license": "ISC"
}
2 changes: 1 addition & 1 deletion test/lib/rules/strict-newline.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ruleTester.run('strict-newline', rule, {
parserOptions: parserOptions
},
{
code: '',
code: ' ',
parserOptions: parserOptions
},
{
Expand Down

0 comments on commit a7dc674

Please sign in to comment.