Skip to content

Commit

Permalink
Add type: module (#29)
Browse files Browse the repository at this point in the history
- add missing `type: module`
- Fixes #23
  • Loading branch information
samijaber authored Jan 2, 2024
1 parent 12d5ba5 commit 599c58a
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 727 deletions.
3 changes: 2 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@builder.io/react-hydration-overlay",
"description": "React utility for descriptive hydration mismatch errors.",
"version": "0.0.6",
"type": "module",
"files": [
"dist"
],
Expand All @@ -15,7 +16,7 @@
"type": "git",
"url": "git+https://github.com/BuilderIO/hydration-overlay.git"
},
"main": "./dist/HydrationOverlay.cjs",
"main": "./dist/HydrationOverlay.mjs",
"module": "./dist/HydrationOverlay.mjs",
"exports": {
".": {
Expand Down
233 changes: 0 additions & 233 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tests/next12-pages/.eslintrc.json

This file was deleted.

Loading

0 comments on commit 599c58a

Please sign in to comment.