Skip to content

Commit

Permalink
update package.json for public publish and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveMBush committed Nov 21, 2024
1 parent 031c23b commit d2d5aab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/eslint-plugin-rxjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
"tsutils": "^3.21.0",
"tsutils-etc": "^1.4.2"
},
"peerDependencies": {
"eslint": "^9.0.0"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"rxjs"
],
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"main": "./index.cjs"
}

0 comments on commit d2d5aab

Please sign in to comment.