Skip to content

Commit

Permalink
fix: Add module type to package.json to properly indicate the ESM bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
cahilfoley committed Feb 7, 2024
1 parent 400c0e6 commit ce6b83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-snowfall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "react-snowfall",
"version": "2.0.0",
"description": "A react component that creates a snowfall effect",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit ce6b83d

Please sign in to comment.