We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4813673 commit 26ec07dCopy full SHA for 26ec07d
package.json
@@ -3,21 +3,21 @@
3
"version": "0.8.0",
4
"description": "Jike CLI",
5
"type": "module",
6
+ "license": "AGPL-3.0",
7
"homepage": "https://github.com/open-jike/jike-cli#readme",
8
"bugs": {
9
"url": "https://github.com/open-jike/jike-cli#issues"
10
},
- "license": "AGPL-3.0",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/open-jike/jike-cli.git"
14
+ },
15
"files": [
16
"dist",
17
"bin"
18
],
19
"main": "./dist/index.js",
20
"bin": "./bin/jike-cli.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/open-jike/jike-cli.git"
- },
21
"publishConfig": {
22
"access": "public"
23
0 commit comments