Skip to content

Commit

Permalink
package.json 增加发布配置
Browse files Browse the repository at this point in the history
  • Loading branch information
凉菜 committed Mar 4, 2024
1 parent 2be8ebc commit ddfbca4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
@icqqjs:registry=https://npm.pkg.github.com
always-auth=true
registry=https://registry.npmmirror.com
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "onebots",
"version": "0.4.64",
"description": "基于icqq的多例oneBot实现",
"engines": {
"node": ">=16"
},
"main": "lib/index.js",
"bin": {
"onebots": "./lib/bin.js"
Expand All @@ -21,6 +18,13 @@
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liucl-cn/onebots.git"
Expand Down Expand Up @@ -89,4 +93,4 @@
"reflect-metadata": "^0.1.13",
"ws": "^8.16.0"
}
}
}

0 comments on commit ddfbca4

Please sign in to comment.