From f49d789070d5ef22c203dcec3232fb2bc1eea333 Mon Sep 17 00:00:00 2001 From: Shinnosuke Watanabe Date: Mon, 21 Mar 2016 10:40:56 +0900 Subject: [PATCH] upgrade to ESLint v2.x http://eslint.org/blog/2016/02/eslint-v2.0.0-released http://eslint.org/docs/user-guide/configuring --- LICENSE | 2 +- README.md | 2 +- package.json | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index a469a41..1837c1b 100644 --- a/LICENSE +++ b/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 diff --git a/README.md b/README.md index b6daa41..53b6645 100755 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index 0f4e4bb..b084063 100644 --- a/package.json +++ b/package.json @@ -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" } }