Skip to content

Commit

Permalink
v4.4.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Dec 9, 2020
1 parent 1cafce3 commit ea824dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-flowtype-errors",
"version": "4.3.0",
"version": "4.4.0-0",
"description": "Retrieve Flow errors as ESLint errors.",
"author": "Amila Welihinda",
"bugs": "https://github.com/amilajack/eslint-plugin-flowtype-errors/issues",
Expand Down Expand Up @@ -64,7 +64,10 @@
"prettier": "^2.2.1"
},
"lint-staged": {
"*.js": ["eslint", "prettier --write"]
"*.js": [
"eslint",
"prettier --write"
]
},
"peerDependencies": {
"eslint": ">=5.16.0",
Expand Down

0 comments on commit ea824dd

Please sign in to comment.