0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update ESLint to v2.10.2 (#20063)

Refs #19908

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2016-06-04 16:52:06 -07:00
parent d1b8ec85e2
commit abc4ecf670
2 changed files with 4 additions and 4 deletions

View File

@ -916,9 +916,9 @@
"resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
},
"eslint": {
"version": "2.9.0",
"from": "eslint@2.9.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.9.0.tgz",
"version": "2.10.2",
"from": "eslint@2.10.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.10.2.tgz",
"dependencies": {
"argparse": {
"version": "1.0.7",

View File

@ -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",