Skip to content

Commit

Permalink
Merge pull request #6 from prezly/fix/DEV-5605-coverage
Browse files Browse the repository at this point in the history
Update uploads pacakge
  • Loading branch information
aspirisen authored May 26, 2022
2 parents 322e83f + 95d3a5c commit bde2e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@prezly/progress-promise": "^1.0.0",
"@prezly/uploadcare-widget": "^3.16.1",
"@prezly/uploads": "^0.3.1",
"@prezly/uploads": "^0.3.2",
"lodash.clamp": "^4.0.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"sourceMap": true,
"strict": true,
"target": "es5",

"skipLibCheck": true,
"declarationDir": "./build/types",
"outDir": "./build/types",
"rootDir": "./src"
Expand Down

0 comments on commit bde2e10

Please sign in to comment.