File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Rslint AST library" ,
5
5
"main" : " dist/index.mjs" ,
6
6
"types" : " dist/index.d.ts" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/web-infra-dev/rslint"
10
+ },
7
11
"scripts" : {
8
12
"build" : " rslib build" ,
9
13
"compile" : " tsc -p tsconfig.build.json"
10
14
},
11
15
"keywords" : [],
12
16
"author" : " " ,
13
- "license" : " ISC " ,
17
+ "license" : " MIT " ,
14
18
"packageManager" :
" [email protected] " ,
15
19
"devDependencies" : {
16
20
"@typescript/api" : " workspace:*" ,
Original file line number Diff line number Diff line change 16
16
],
17
17
"keywords" : [],
18
18
"author" : " " ,
19
- "license" : " ISC" ,
19
+ "license" : " MIT" ,
20
+ "repository" : {
21
+ "type" : " git" ,
22
+ "url" : " https://github.com/web-infra-dev/rslint"
23
+ },
20
24
"packageManager" :
" [email protected] " ,
21
25
"devDependencies" : {
22
26
"@rslint/core" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments