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 9143129 commit a781fc9Copy full SHA for a781fc9
packages/weapptw/package.json
@@ -2,6 +2,7 @@
2
"name": "weapptw",
3
"type": "module",
4
"version": "0.0.0",
5
+ "private": true,
6
"description": "tsdown bundler template",
7
"author": "ice breaker <[email protected]>",
8
"license": "MIT",
@@ -43,5 +44,7 @@
43
44
"lint": "eslint .",
45
"lint:fix": "eslint . --fix"
46
},
- "publishConfig": {}
47
+ "publishConfig": {
48
+ "access": "public"
49
+ }
50
}
0 commit comments