diff options
| author | Chris Rebert <[email protected]> | 2016-06-04 16:52:06 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-04 16:52:06 -0700 |
| commit | abc4ecf670c190f070320fd04b94357a7963a2f1 (patch) | |
| tree | 898a56ba2a9f3b3eb8a8a81c8817129c5d431768 | |
| parent | d1b8ec85e25a33c824c4eb211cb5638e98fd616f (diff) | |
| download | bootstrap-abc4ecf670c190f070320fd04b94357a7963a2f1.tar.xz bootstrap-abc4ecf670c190f070320fd04b94357a7963a2f1.zip | |
Update ESLint to v2.10.2 (#20063)
Refs #19908
[skip sauce]
[skip validator]
| -rw-r--r-- | grunt/npm-shrinkwrap.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/grunt/npm-shrinkwrap.json b/grunt/npm-shrinkwrap.json index 8e871521f..a462864bd 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.9.0", - "from": "[email protected]", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.9.0.tgz", + "version": "2.10.2", + "from": "[email protected]", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-2.10.2.tgz", "dependencies": { "argparse": { "version": "1.0.7", diff --git a/package.json b/package.json index caf86f069..10245ec63 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^6.0.4", - "eslint": "^2.9.0", + "eslint": "^2.10.2", "grunt": "^0.4.5", "grunt-babel": "^5.0.3", "grunt-build-control": "^0.6.0", |
