aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-06-04 14:52:07 -0700
committerChris Rebert <[email protected]>2016-06-04 14:52:07 -0700
commit1f5d8aa4b30475798f4fa4a4d0b607bd0771cb94 (patch)
treedab5b82e36b6d504a7caa89fd16d87026b8d4b5d
parent6c2ba51ba44dfbdecd46cbba7569ec2fabdf4562 (diff)
downloadbootstrap-1f5d8aa4b30475798f4fa4a4d0b607bd0771cb94.tar.xz
bootstrap-1f5d8aa4b30475798f4fa4a4d0b607bd0771cb94.zip
Update ESLint to v2.8.0 (#20045)
Refs #19908 [skip sauce] [skip validator]
-rw-r--r--grunt/npm-shrinkwrap.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json
index c9c390a21..4dc8c8c89 100644
--- a/grunt/npm-shrinkwrap.json
+++ b/grunt/npm-shrinkwrap.json
@@ -916,9 +916,9 @@
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
},
"eslint": {
- "version": "2.7.0",
- "from": "[email protected]",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.7.0.tgz",
+ "version": "2.8.0",
+ "from": "[email protected]",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.8.0.tgz",
"dependencies": {
"argparse": {
"version": "1.0.7",
diff --git a/package.json b/package.json
index 117bfc64b..493c270bc 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-eslint": "^6.0.4",
- "eslint": "^2.7.0",
+ "eslint": "^2.8.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.3",
"grunt-build-control": "^0.6.0",