浏览代码

metadata-protobuf: package.json add publishConfig

Mokhtar Naamani 3 年之前
父节点
当前提交
b31e37bc74
共有 1 个文件被更改,包括 4 次插入0 次删除
  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",