Skip to content

Commit

Permalink
fix: publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 committed Mar 19, 2024
1 parent 411f68c commit 1857d36
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/extract-theme-var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@mpxjs/extract-theme-var",
"version": "0.0.1",
"description": "mpx-cube-ui theme variable extractor",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "core/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 4 additions & 0 deletions packages/mpx-cube-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.1",
"description": "mpx components library",
"author": "xiaolei <[email protected]>",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"build": "node ./build/genLib.js",
"dev": "node ./build/genLib.js -w"
Expand Down
4 changes: 4 additions & 0 deletions packages/website-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@mpxjs/website-build",
"version": "0.0.1",
"description": "mpx-cube-ui website builder",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 1857d36

Please sign in to comment.