Skip to content

Commit 337a53f

Browse files
committed
fix: add publishConfig for @tiny-design/icons first npm publish
Scoped packages require explicit public access on first publish.
1 parent 64e7e7b commit 337a53f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/icons/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"directory": "packages/icons"
1717
},
1818
"author": "Di Wang<wangdicoder@gmail.com>",
19+
"publishConfig": {
20+
"access": "public"
21+
},
1922
"main": "lib/index.js",
2023
"module": "es/index.js",
2124
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)