Skip to content

Commit

Permalink
Merge pull request #250 from xzhavilla/peer-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro authored May 3, 2022
2 parents 419166b + 2e1d016 commit be1c83e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "eslint-plugin-fp-ts",
"version": "0.3.0",
"description": "fp-ts ESLint rules",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"fp-ts"
],
"keywords": ["eslint", "eslintplugin", "eslint-plugin", "fp-ts"],
"author": "buildo",
"main": "lib/index.js",
"repository": {
Expand All @@ -22,9 +17,7 @@
"test": "jest",
"lint": "eslint src/**/*.ts"
},
"files": [
"lib"
],
"files": ["lib"],
"dependencies": {
"@typescript-eslint/experimental-utils": "^5.0.0",
"estraverse": "^5.2.0",
Expand All @@ -46,6 +39,9 @@
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"peerDependencies": {
"eslint": "^8.0.0"
},
"engines": {
"node": ">=0.10.0"
},
Expand Down

0 comments on commit be1c83e

Please sign in to comment.