Update: package.json添加publish:boards
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@mixly/python-skulpt-mixtoy",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "适用于mixly的python skulpt mixtoy模块",
|
||||
"scripts": {
|
||||
"build:dev": "webpack --config=webpack.dev.js",
|
||||
"build:prod": "webpack --config=webpack.prod.js"
|
||||
"publish:board": "npm publish --registry https://registry.npmjs.org/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mixly/python": "1.0.0"
|
||||
@@ -16,13 +16,13 @@
|
||||
"mixly-plugin",
|
||||
"python-skulpt-mixtoy"
|
||||
],
|
||||
"homepage": "https://gitee.com/mixly2/mixly2.0_src/tree/develop/boards/default_src/python_skulpt_mixtoy",
|
||||
"homepage": "https://gitee.com/bnu_mixly/mixly3/tree/master/boards/default_src/python_skulpt_mixtoy",
|
||||
"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_skulpt_mixtoy"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user