Skip to content

Commit 26ec07d

Browse files
committed
chore: upgrade deps
1 parent 4813673 commit 26ec07d

File tree

2 files changed

+321
-85
lines changed

2 files changed

+321
-85
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"version": "0.8.0",
44
"description": "Jike CLI",
55
"type": "module",
6+
"license": "AGPL-3.0",
67
"homepage": "https://github.com/open-jike/jike-cli#readme",
78
"bugs": {
89
"url": "https://github.com/open-jike/jike-cli#issues"
910
},
10-
"license": "AGPL-3.0",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/open-jike/jike-cli.git"
14+
},
1115
"files": [
1216
"dist",
1317
"bin"
1418
],
1519
"main": "./dist/index.js",
1620
"bin": "./bin/jike-cli.js",
17-
"repository": {
18-
"type": "git",
19-
"url": "git+https://github.com/open-jike/jike-cli.git"
20-
},
2121
"publishConfig": {
2222
"access": "public"
2323
},

0 commit comments

Comments
 (0)