Skip to content

Commit 599c9c6

Browse files
authored
Add npm publish config (#132)
* Npm Release 0.3.0 * Add npm publish config
1 parent 46dd316 commit 599c9c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/matter-node.js/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,8 @@
140140
"bin": {
141141
"matter": "./dist/Device.js",
142142
"matter-controller": "./dist/Controller.js"
143+
},
144+
"publishConfig": {
145+
"access": "public"
143146
}
144147
}

packages/matter.js/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,8 @@
101101
}
102102
}
103103
},
104-
"types": "dist/es/index.d.ts"
104+
"types": "dist/es/index.d.ts",
105+
"publishConfig": {
106+
"access": "public"
107+
}
105108
}

0 commit comments

Comments
 (0)