Selaa lähdekoodia

Release 0.21.0

Artur Paikin 7 vuotta sitten
vanhempi
commit
cb4bc92c38
2 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 1 1
      package-lock.json
  2. 4 2
      package.json

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "uppy",
-  "version": "0.20.3",
+  "version": "0.21.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 4 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "uppy",
-  "version": "0.20.3",
+  "version": "0.21.0",
   "description": "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/index.js",
   "jsnext:main": "src/index.js",
@@ -40,7 +40,9 @@
   },
   "homepage": "https://github.com/transloadit/uppy#readme",
   "jest": {
-    "testPathIgnorePatterns": ["lib"]
+    "testPathIgnorePatterns": [
+      "lib"
+    ]
   },
   "devDependencies": {
     "autoprefixer": "6.3.7",