Skip to content

Commit

Permalink
Upgrade to ESLint v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Feb 16, 2016
1 parent a15b23a commit 992f430
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Shinnosuke Watanabe
Copyright (c) 2015 - 2016 Shinnosuke Watanabe

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Default: `false`

## License

Copyright (c) 2015 [Shinnosuke Watanabe](https://github.com/shinnn)
Copyright (c) 2015 - 2016 [Shinnosuke Watanabe](https://github.com/shinnn)

Licensed under [the MIT License](./LICENSE).

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"execfile-subcommand": "^1.0.1"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^1.0.1",
"eslint": "^1.8.0",
"istanbul": "^0.4.0",
"tape": "^4.2.2"
"@shinnn/eslint-config-node": "^2.0.0",
"eslint": "^2.1.0",
"istanbul": "^0.4.2",
"tape": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test('execPodCallback()', t => {
execPodCallback('search', ['AFNetworking'], {maxBuffer: 1}, err => {
t.equal(
err.message,
'stdout maxBuffer exceeded.',
'stdout maxBuffer exceeded',
'should accept child_process#execFile options.'
);
});
Expand Down

0 comments on commit 992f430

Please sign in to comment.