Skip to content

Commit aa4097d

Browse files
committed
fix: lint
1 parent a5f52b8 commit aa4097d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,22 @@
88
"jike",
99
"sdk"
1010
],
11+
"license": "AGPL-3.0",
1112
"homepage": "https://github.com/open-jike/jike-sdk#readme",
1213
"bugs": {
1314
"url": "https://github.com/open-jike/jike-sdk/issues"
1415
},
15-
"license": "AGPL-3.0",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/open-jike/jike-sdk.git"
19+
},
1620
"author": "三咲智子 <[email protected]>",
1721
"files": [
1822
"dist",
1923
"*.d.ts"
2024
],
2125
"module": "dist/index.js",
26+
"types": "dist/index.d.ts",
2227
"exports": {
2328
".": {
2429
"require": "./dist/node/index.cjs",
@@ -29,11 +34,6 @@
2934
},
3035
"./*": "./*"
3136
},
32-
"repository": {
33-
"type": "git",
34-
"url": "git+https://github.com/open-jike/jike-sdk.git"
35-
},
36-
"types": "dist/index.d.ts",
3737
"sideEffects": false,
3838
"scripts": {
3939
"dev": "tsx playground/main.ts",

0 commit comments

Comments
 (0)