Skip to content

Commit

Permalink
Add umd field in package json (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott authored Feb 13, 2022
1 parent 898ac71 commit dfed1df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/upscalerjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"engines": {
"node": ">=14.0"
},
"module": "dist/browser/index.js",
"types": "dist/browser/index.d.ts",
"module": "dist/browser/esm/index.js",
"types": "dist/browser/esm/index.d.ts",
"umd:main": "dist/browser/umd/upscaler.min.js",
"keywords": [
"super resolution",
"image",
Expand Down

0 comments on commit dfed1df

Please sign in to comment.