diff options
| author | Chris Rebert <[email protected]> | 2016-05-31 00:08:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-05-31 00:08:07 -0700 |
| commit | 06b3af3c0a4ac6d1a4165b16b341b12f4389231b (patch) | |
| tree | e2b56bd15dfedbd6ec3dabde0d6586aeff817a34 /package.json | |
| parent | d8e118057d4fea699089a984fbfb147135756c8f (diff) | |
| parent | 990e98e15e5814df27e6899fc4dfeb09000c17a1 (diff) | |
| download | bootstrap-06b3af3c0a4ac6d1a4165b16b341b12f4389231b.tar.xz bootstrap-06b3af3c0a4ac6d1a4165b16b341b12f4389231b.zip | |
Merge pull request #19994 from twbs/eslint-1.9
Upgrade ESLint to v1.9.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c7d0d9538..d358bb866 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", - "eslint": "^1.7.3", + "eslint": "^1.9.0", "grunt": "^0.4.5", "grunt-babel": "^5.0.3", "grunt-build-control": "^0.6.0", |
