typescript-eslint-parser
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,3 +0,6 @@ | ||
v0.1.2 - August 21, 2016 | ||
v0.1.3 - August 22, 2016 | ||
* da984bf Fix: manually update package.json after build failure (Nicholas C. Zakas) | ||
* 5bfb9bf Fix: Check for arguments property on NewExpression (fixes #60) (#62) (James Henry) | ||
* d323ee7 Docs: Add issue template (Nicholas C. Zakas) | ||
* 8f4964c Fix: UpdateExpression detection and operator format (fixes #58) (#59) (James Henry) | ||
@@ -4,0 +7,0 @@ * e09ebb3 Fix: Add function type parameters (fixes #52) (#56) (James Henry) |
@@ -7,3 +7,3 @@ { | ||
"main": "parser.js", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"files": [ | ||
@@ -26,3 +26,3 @@ "lib", | ||
"eslint-config-eslint": "^3.0.0", | ||
"eslint-release": "^0.9.2", | ||
"eslint-release": "^0.10.0", | ||
"istanbul": "~0.2.6", | ||
@@ -29,0 +29,0 @@ "leche": "^1.0.1", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93257