Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Changed: upgrade to eslint 0.22.x (0.12.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 4, 2015
1 parent 1bf9bf9 commit 92b7a42
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.12.0 - 2015-06-04

- Changed: upgrade to eslint 0.22.x
- Fixed: respect .eslintrc files in directory tree ([#21](https://github.com/MoOx/eslint-loader/issues/21))

# 0.11.2 - 2015-05-11

- Fixed: eslint range from 0.17 to 0.21
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Maxime Thirouin
Copyright (c) 2015 Maxime Thirouin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions package.json
@@ -1,9 +1,10 @@
{
"name": "eslint-loader",
"version": "0.11.2",
"version": "0.12.0",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
"linter",
"eslint",
"loader",
"webpack"
Expand All @@ -24,14 +25,14 @@
"index.js"
],
"peerDependencies": {
"eslint": "0.17 - 0.21"
"eslint": "0.21 - 0.22"
},
"dependencies": {
"loader-utils": "^0.2.7",
"object-assign": "^2.0.0"
},
"devDependencies": {
"eslint": "^0.21.2",
"eslint": "^0.22.1",
"eslint-friendly-formatter": "^1.0.3",
"tape": "^4.0.0",
"webpack": "^1.8.4"
Expand Down

0 comments on commit 92b7a42

Please sign in to comment.