Browse Source

Merge pull request #1956 from Lezek123/cli-missing-cd-schemas-dependency

Add missing @joystream/cd-schemas dependency to CLI
Mokhtar Naamani 4 years ago
parent
commit
0f04729376
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cli/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",