Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jacobs committed Mar 2, 2016
1 parent d7c11a1 commit 26a9763
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.0.0 (March 2, 2016)

- Update to eslint@2.x
- Switch default formatter to https://github.com/royriojas/eslint-friendly-formatter
- Add "formatter" option flag to use a built-in eslint formatter if desired

---

1.1.1 (January 15, 2016)

- fix: assign output of Array.prototype.concat() (15d2face7b23e87dd45f1dce039f513a6ab71975)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "eslintify",
"version": "1.1.1",
"version": "2.0.0",
"description": "Stream module for verifying JavaScript programs with ESLint.",
"author": "Evan Jacobs <evan@yaycmyk.com> (http://yaycmyk.com)",
"repository": "git://github.com/yaycmyk/eslintify.git",
"bugs": "https://github.com/yaycmyk/eslintify/issues",
"dependencies": {
"eslint": "^1.0.0",
"eslint": "^2.0.0",
"eslint-friendly-formatter": "^1.2.2",
"through": "^2.0.0"
},
Expand Down

0 comments on commit 26a9763

Please sign in to comment.