Comparing version 3.1.0 to 3.1.1
# Changes | ||
## 3.1.1 | ||
As per a [recent change in eslint][bda5de5] the default parser `espree` [was | ||
removed][pull 43]. The `eslint` dependency was bumped to `2.10.2` which | ||
introduced the change. | ||
[bda5de5]: https://github.com/eslint/eslint/commit/bda5de5 | ||
[pull 43]: https://github.com/mantoni/eslint_d.js/pull/43 | ||
## 3.1.0 | ||
@@ -4,0 +13,0 @@ |
@@ -46,3 +46,3 @@ 'use strict'; | ||
type: 'String', | ||
default: 'espree', | ||
default: '', | ||
description: 'Specify the parser to be used' | ||
@@ -49,0 +49,0 @@ }, |
{ | ||
"name": "eslint_d", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Makes eslint the fastest linter on the planet", | ||
@@ -16,3 +16,4 @@ "bin": "bin/eslint_d.js", | ||
"jpsc <joao@voorhoede.nl>", | ||
"ruanyl <ruanyu1@gmail.com>" | ||
"ruanyl <ruanyu1@gmail.com>", | ||
"Nick Hwang <nhwang@hubspot.com>" | ||
], | ||
@@ -29,3 +30,3 @@ "homepage": "https://github.com/mantoni/eslint_d.js", | ||
"chalk": "^1.1.1", | ||
"eslint": "^2.2.0", | ||
"eslint": "^2.10.2", | ||
"optionator": "^0.8.1", | ||
@@ -32,0 +33,0 @@ "resolve": "^1.1.7", |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
18265
11
1
0
Updatedeslint@^2.10.2