Browse Source

companion: fix main field

Renée Kooi 5 years ago
parent
commit
29b82fc036
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/companion/package.json

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

@@ -2,7 +2,7 @@
   "name": "@uppy/companion",
   "version": "1.3.0",
   "description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:",
-  "main": "lib/uppy.js",
+  "main": "lib/companion.js",
   "types": "types/index.d.ts",
   "author": "Transloadit.com",
   "license": "ISC",