standard
Advanced tools
Comparing version 7.1.1 to 7.1.2
@@ -6,2 +6,6 @@ # Change Log | ||
## 7.1.2 - 2016-06-03 | ||
- Fix install errors for some users by updating eslint peer dependency | ||
## 7.1.1 - 2016-05-26 | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "standard", | ||
"description": "JavaScript Standard Style", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"author": { | ||
@@ -17,3 +17,3 @@ "email": "feross@feross.org", | ||
"eslint-config-standard": "5.3.1", | ||
"eslint-config-standard-jsx": "1.2.0", | ||
"eslint-config-standard-jsx": "1.2.1", | ||
"eslint-plugin-promise": "^1.0.8", | ||
@@ -26,3 +26,3 @@ "eslint-plugin-react": "^5.0.1", | ||
"babel-eslint": "^6.0.0", | ||
"cross-spawn": "^3.0.1", | ||
"cross-spawn": "^4.0.0", | ||
"minimist": "^1.2.0", | ||
@@ -29,0 +29,0 @@ "mkdirp": "^0.5.1", |
@@ -17,3 +17,2 @@ <h1 align="center"> | ||
</p> | ||
<br> | ||
@@ -20,0 +19,0 @@ No decisions to make. No `.eslintrc`, `.jshintrc`, or `.jscsrc` files to manage. It just |
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
57574
513
+ Addedeslint-config-standard-jsx@1.2.1(transitive)
- Removedeslint-config-standard-jsx@1.2.0(transitive)