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

Commit 92b7a42

Browse files
committed
Changed: upgrade to eslint 0.22.x (0.12.0)
1 parent 1bf9bf9 commit 92b7a42

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.12.0 - 2015-06-04
2+
3+
- Changed: upgrade to eslint 0.22.x
4+
- Fixed: respect .eslintrc files in directory tree ([#21](https://github.com/MoOx/eslint-loader/issues/21))
5+
16
# 0.11.2 - 2015-05-11
27

38
- Fixed: eslint range from 0.17 to 0.21

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Maxime Thirouin
3+
Copyright (c) 2015 Maxime Thirouin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "eslint-loader",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"description": "eslint loader (for webpack)",
55
"keywords": [
66
"lint",
7+
"linter",
78
"eslint",
89
"loader",
910
"webpack"
@@ -24,14 +25,14 @@
2425
"index.js"
2526
],
2627
"peerDependencies": {
27-
"eslint": "0.17 - 0.21"
28+
"eslint": "0.21 - 0.22"
2829
},
2930
"dependencies": {
3031
"loader-utils": "^0.2.7",
3132
"object-assign": "^2.0.0"
3233
},
3334
"devDependencies": {
34-
"eslint": "^0.21.2",
35+
"eslint": "^0.22.1",
3536
"eslint-friendly-formatter": "^1.0.3",
3637
"tape": "^4.0.0",
3738
"webpack": "^1.8.4"

0 commit comments

Comments
 (0)