Skip to content

Commit

Permalink
fix(): improve snowpack compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Dec 21, 2020
1 parent 6fa7675 commit c1fb585
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@
"license": "MIT",
"main": "dist/index.js",
"module": "dist/react-virtuoso.esm.js",
"exports": {
".": {
"require": "./dist/react-virtuoso.cjs.production.min.js",
"import": "./dist/react-virtuoso.esm.js"
}
},
"keywords": [
"react",
"reactjs",
"virtual",
"endless",
"load more",
"list",
"scrolling",
"infinite",
"virtualized",
"grid",
"feed",
"chat"
],
"typings": "dist/index.d.ts",
"files": [
"dist"
Expand Down

0 comments on commit c1fb585

Please sign in to comment.