Browse Source

make content-directory-schemas package publishable

Mokhtar Naamani 4 years ago
parent
commit
c75ee9f09b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      content-directory-schemas/package.json

+ 4 - 0
content-directory-schemas/package.json

@@ -48,5 +48,9 @@
   "volta": {
     "node": "12.18.2",
     "yarn": "1.22.4"
+  },
+  "publishConfig": {
+    "access": "public",
+    "registry": "https://registry.npmjs.org"
   }
 }