Skip to content

Commit 15234db

Browse files
committed
chore: fix publish
1 parent cd04bf6 commit 15234db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/rslint-api/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
"description": "Rslint AST library",
55
"main": "dist/index.mjs",
66
"types": "dist/index.d.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/web-infra-dev/rslint"
10+
},
711
"scripts": {
812
"build": "rslib build",
913
"compile": "tsc -p tsconfig.build.json"
1014
},
1115
"keywords": [],
1216
"author": "",
13-
"license": "ISC",
17+
"license": "MIT",
1418
"packageManager": "[email protected]",
1519
"devDependencies": {
1620
"@typescript/api": "workspace:*",

packages/rslint-wasm/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
],
1717
"keywords": [],
1818
"author": "",
19-
"license": "ISC",
19+
"license": "MIT",
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/web-infra-dev/rslint"
23+
},
2024
"packageManager": "[email protected]",
2125
"devDependencies": {
2226
"@rslint/core": "workspace:*",

0 commit comments

Comments
 (0)