Browse Source

Merge branch 'master' into integration-tests-refactoring

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

+ 2 - 1
cli/package.json

@@ -1,7 +1,7 @@
 {
   "name": "@joystream/cli",
   "description": "Command Line Interface for Joystream community and governance activities",
-  "version": "0.3.0",
+  "version": "0.3.1",
   "author": "Leszek Wiesner",
   "bin": {
     "joystream-cli": "./bin/run"
@@ -11,6 +11,7 @@
     "@apidevtools/json-schema-ref-parser": "^9.0.6",
     "@ffprobe-installer/ffprobe": "^1.1.0",
     "@joystream/types": "^0.14.0",
+    "@joystream/cd-schemas": "^0.1.0",
     "@oclif/command": "^1.5.19",
     "@oclif/config": "^1.14.0",
     "@oclif/plugin-autocomplete": "^0.2.0",

+ 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"
   }
 }