Skip to content

Commit

Permalink
@uupy/dashboard: refactor to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed May 17, 2022
1 parent 440f3ae commit 3c6eda9
Show file tree
Hide file tree
Showing 33 changed files with 1,288 additions and 1,271 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ module.exports = {
'packages/@uppy/aws-s3-multipart/src/**/*.js',
'packages/@uppy/box/src/**/*.js',
'packages/@uppy/compressor/src/**/*.js',
'packages/@uppy/dashboard/src/**/*.js',
'packages/@uppy/drag-drop/src/**/*.js',
'packages/@uppy/drop-target/src/**/*.js',
'packages/@uppy/dropbox/src/**/*.js',
Expand Down
2 changes: 2 additions & 0 deletions packages/@uppy/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "lib/index.js",
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"type": "module",
"keywords": [
"file uploader",
"uppy",
Expand Down Expand Up @@ -36,6 +37,7 @@
"preact": "^10.5.13"
},
"devDependencies": {
"@jest/globals": "^27.4.2",
"@uppy/google-drive": "workspace:^",
"@uppy/status-bar": "workspace:^",
"resize-observer-polyfill": "^1.5.0"
Expand Down

0 comments on commit 3c6eda9

Please sign in to comment.