Update: package.json添加publish:boards

This commit is contained in:
王立帮
2024-07-21 10:47:37 +08:00
parent 64749a6541
commit eda4a88758
22 changed files with 147 additions and 96 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "@mixly/python",
"version": "1.0.0",
"version": "1.1.0",
"description": "适用于mixly的python模块",
"scripts": {
"build:dev": "webpack --config=webpack.dev.js",
"build:prod": "webpack --config=webpack.prod.js"
"publish:board": "npm publish --registry https://registry.npmjs.org/"
},
"main": "./export.js",
"author": "Mixly Team",
@@ -13,13 +13,13 @@
"mixly-plugin",
"python"
],
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/python",
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/python",
"bugs": {
"url": "https://gitee.com/mixly2/mixly2.0_src/issues"
"url": "https://gitee.com/bnu_mixly/mixly3/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/mixly2/mixly2.0_src.git",
"url": "https://gitee.com/bnu_mixly/mixly3.git",
"directory": "default_src/python"
},
"publishConfig": {