eslint-loader
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -0,1 +1,5 @@ | ||
# 0.9.0 - 2015-03-29 | ||
- Changed: upgrade to eslint 0.18.x | ||
# 0.8.0 - 2015-03-27 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "eslint-loader", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "eslint loader (for webpack)", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"eslint": "^0.17.0" | ||
"eslint": "^0.18.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"eslint": "^0.17.0", | ||
"eslint": "^0.18.0", | ||
"eslint-friendly-formatter": "^1.0.3", | ||
@@ -38,0 +38,0 @@ "tape": "^3.0.3", |
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
9335