Skip to content

Commit

Permalink
fix(arcgis-rest-portal): use correct path for unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Apr 18, 2022
1 parent 44330b1 commit 6e24c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcgis-rest-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "module",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/bundled/request.umd.min.js",
"unpkg": "dist/bundled/portal.umd.min.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down

0 comments on commit 6e24c1d

Please sign in to comment.