Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12ea5e7

Browse files
authored
Merge pull request #1844 from Lugieda/patch-1
chore(eslint): added license to package.json
2 parents da4b4d4 + 255209f commit 12ea5e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

libs/eslint-plugin/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"name": "@rx-angular/eslint-plugin",
33
"version": "2.1.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
7+
"homepage": "https://rx-angular.io/",
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/rx-angular/rx-angular.git"
12+
},
413
"peerDependencies": {
514
"@typescript-eslint/parser": "^6.13.2 || ^7.0.0",
615
"eslint": ">=8.0.0",

0 commit comments

Comments
 (0)