We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af13193 commit 93d8a67Copy full SHA for 93d8a67
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@dongdesign/components",
3
- "version": "3.0.0-beta.1",
+ "name": "@nutui/nutui-react-taro",
+ "version": "3.0.0-beta.10",
4
"style": "dist/style.css",
5
"main": "dist/nutui.react.umd.js",
6
"module": "dist/es/packages/nutui.react.build.js",
@@ -40,7 +40,10 @@
40
"LICENSE",
41
"CHANGELOG.md"
42
],
43
-
+ "publishConfig": {
44
+ "access": "public",
45
+ "registry": "https://registry.npmjs.org/"
46
+ },
47
"scripts": {
48
"add": "node scripts/create-component-mode.js && npm run prepare",
49
"add:taro:config": "node scripts/taro/generate-taro-route.js",
0 commit comments