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 bf035b3 commit ce6244cCopy full SHA for ce6244c
package.json
@@ -3,6 +3,9 @@
3
"version": "1.0.4",
4
"description": "小程序 WeUI 组件库",
5
"main": "miniprogram_dist/index.js",
6
+ "files": [
7
+ "miniprogram_dist"
8
+ ],
9
"scripts": {
10
"submodule": "git submodule init && git submodule update --init",
11
"init": "npm run submodule && npm i && cd src/weui-wxss && npm i && gulp build:style && cd ../../ && npm run dev",
0 commit comments