eslint-loader
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,8 +1,12 @@ | ||
# 0.2.1 - 2015-01-27 | ||
- Changed: Upgrade eslint to 0.13.0 | ||
# 0.2.0 - 2015-01-23 | ||
- Upgrade eslint to 0.12.0 | ||
- Enable loading of eslint config from webpack config, `.eslintrc`, or `package.json` | ||
- Changed: Upgrade eslint to 0.12.0 | ||
- Added: Enable loading of eslint config from webpack config, `.eslintrc`, or `package.json` | ||
# 0.1.0 - 2014-12-05 | ||
✨ | ||
✨ Initial release |
{ | ||
"name": "eslint-loader", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "eslint loader (for webpack)", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"eslint": "^0.12.0" | ||
"eslint": "^0.13.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"eslint": "^0.12.0", | ||
"eslint": "^0.13.0", | ||
"jscs": "^1.8.1", | ||
@@ -40,0 +40,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
4320