@@ -1,6 +1,6 @@
{
"name": "uppy",
- "version": "0.20.3",
+ "version": "0.21.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"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",