Skip to content

Commit

Permalink
Merge pull request #87 from the-simian/new-tagged-release-update-eslint
Browse files Browse the repository at this point in the history
updates eslint
  • Loading branch information
the-simian authored Mar 18, 2019
2 parents 9ae1d2c + 217bf7b commit 5f909b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ es6-plato -r -d report src
| 1.0.16 | switch to globby, address Linux line endings |
| 1.0.17 | Explicitly add eslint-plugin-react and update the dependencies |
| 1.0.18 | Offer eslintrc option in cli and update documentation, update dependencies too |
| 1.1.18 | Update the dependencies and remove Grunt, for now since it was insecure dependency |
| 1.1.15 | Update the dependencies and remove Grunt, for now since it was insecure dependency |
| 1.1.16 | Update eslint to 5.14.0 |

## About

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "es6-plato",
"description": "JavaScript source analysis and visualizer",
"version": "1.1.5",
"version": "1.1.6",
"homepage": "https://github.com/the-simian/es6-plato",
"author": {
"name": "Jessse Harlin",
Expand Down Expand Up @@ -35,7 +35,7 @@
"analyze"
],
"dependencies": {
"eslint": "4.19.0",
"eslint": "5.14.0",
"eslint-plugin-react": "7.7.0",
"fs-extra": "7.0.1",
"globby": "9.0.0",
Expand Down

0 comments on commit 5f909b4

Please sign in to comment.