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 Mar 21, 2016
1 parent 46340b8 commit f49d789
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -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
Expand Up @@ -54,6 +54,6 @@ arrayToSentence([], () => true);

## 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).
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -35,13 +35,13 @@
"indexed-filter": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^1.2.0",
"bower": "^1.6.3",
"eslint": "^1.7.3",
"istanbul": "^0.4.0",
"@shinnn/eslint-config": "^2.0.1",
"bower": "^1.7.7",
"eslint": "^2.4.0",
"istanbul": "^0.4.2",
"nop": "^1.0.0",
"require-bower-files": "^3.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
}
}

0 comments on commit f49d789

Please sign in to comment.