Jelajahi Sumber

0.8.3 with tus 1.2.1

Artur Paikin 8 tahun lalu
induk
melakukan
0888ac7f54
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      README.md
  2. 2 2
      package.json

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ Check out [uppy.io](http://uppy.io/) for docs, API, examples and stats.
 It’s easy to start using Uppy, we recommend installing from npm with `npm install uppy` and then:
 
 ``` javascript
-import Uppy from 'uppy'
+import * as Uppy from 'uppy'
 
 const uppy = new Uppy.Core({wait: false})
 const files = uppy

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "uppy",
-  "version": "0.8.2",
+  "version": "0.8.3",
   "description": "Almost as cute as a Puppy :dog:",
   "main": "lib/index.js",
   "jsnext:main": "src/index.js",
@@ -122,7 +122,7 @@
     "mime-types": "2.1.11",
     "namespace-emitter": "1.0.0",
     "pretty-bytes": "3.0.1",
-    "tus-js-client": "1.1.4",
+    "tus-js-client": "1.2.1",
     "whatwg-fetch": "1.0.0",
     "yo-yo": "1.2.2"
   }