Skip to content

Commit

Permalink
fixed npm main (google#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
elalish authored Aug 28, 2020
1 parent e82c6c0 commit 6b1f473
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/model-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
"Matt Small <[email protected]>",
"Yuin Chien <[email protected]>"
],
"main": "dist/model-viewer.min.js",
"main": "dist/model-viewer-umd.js",
"module": "dist/model-viewer.min.js",
"files": [
"dist/model-viewer.js",
"dist/model-viewer.js.map",
"dist/model-viewer.min.js",
"dist/model-viewer.min.js.map",
"dist/model-viewer-umd.js",
"dist/model-viewer-umd.js.map",
"dist/model-viewer-legacy.js",
"POLYFILLS.md"
],
Expand Down Expand Up @@ -110,4 +112,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 6b1f473

Please sign in to comment.