Skip to content

Commit a781fc9

Browse files
committed
chore: make weapptw private
1 parent 9143129 commit a781fc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/weapptw/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "weapptw",
33
"type": "module",
44
"version": "0.0.0",
5+
"private": true,
56
"description": "tsdown bundler template",
67
"author": "ice breaker <[email protected]>",
78
"license": "MIT",
@@ -43,5 +44,7 @@
4344
"lint": "eslint .",
4445
"lint:fix": "eslint . --fix"
4546
},
46-
"publishConfig": {}
47+
"publishConfig": {
48+
"access": "public"
49+
}
4750
}

0 commit comments

Comments
 (0)