Quellcode durchsuchen

metadata-protobuf: package.json add publishConfig

Mokhtar Naamani vor 3 Jahren
Ursprung
Commit
b31e37bc74
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      metadata-protobuf/package.json

+ 4 - 0
metadata-protobuf/package.json

@@ -19,6 +19,10 @@
   "author": "Joystream Contributors",
   "license": "MIT",
   "private": false,
+  "publishConfig": {
+    "access": "public",
+    "registry": "https://registry.npmjs.org"
+  },
   "scripts": {
     "build": "yarn compile && rm -rf lib && tsc",
     "compile": "yarn ts-node ./scripts/compile.ts",