Skip to content

Commit 5fc88ec

Browse files
committed
Added 'publishConfig' key in package.json.
1 parent 06a8d48 commit 5fc88ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@jsdsl/i-container",
33
"version": "1.0.0",
44
"description": "An interface representing the general form of a data structure that contains elements.",
5+
"publishConfig": {
6+
"access": "public"
7+
},
58
"main": "js/main",
69
"types": ".d.ts/main",
710
"scripts": {

0 commit comments

Comments
 (0)