Browse Source

companion-client: add missing dependency, fixes #2266

Renée Kooi 5 years ago
parent
commit
547ef058c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@uppy/companion-client/package.json

+ 1 - 0
packages/@uppy/companion-client/package.json

@@ -21,6 +21,7 @@
     "url": "git+https://github.com/transloadit/uppy.git"
   },
   "dependencies": {
+    "@uppy/utils": "file:../utils",
     "namespace-emitter": "^2.0.1"
   }
 }