Skip to content

Commit 1f50354

Browse files
committed
build: allow npm to publish the library
The library is 'scoped' which is intended for organisation (or private) packages. This is a public one, so we need to declare that.
1 parent 398b245 commit 1f50354

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
@@ -11,6 +11,9 @@
1111
"realtime",
1212
"pipeline"
1313
],
14+
"publishConfig": {
15+
"access": "public"
16+
},
1417
"license": "MIT",
1518
"author": {
1619
"name": "EECOLOR",

0 commit comments

Comments
 (0)