Skip to content

Commit

Permalink
Add npm publish config (#132)
Browse files Browse the repository at this point in the history
* Npm Release 0.3.0

* Add npm publish config
  • Loading branch information
Apollon77 authored May 3, 2023
1 parent 46dd316 commit 599c9c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/matter-node.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,8 @@
"bin": {
"matter": "./dist/Device.js",
"matter-controller": "./dist/Controller.js"
},
"publishConfig": {
"access": "public"
}
}
5 changes: 4 additions & 1 deletion packages/matter.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,8 @@
}
}
},
"types": "dist/es/index.d.ts"
"types": "dist/es/index.d.ts",
"publishConfig": {
"access": "public"
}
}

0 comments on commit 599c9c6

Please sign in to comment.