Skip to content

Commit

Permalink
Patch: added module field to package json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Feb 24, 2024
1 parent 15e73c5 commit 19862f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
16 changes: 0 additions & 16 deletions .npmignore

This file was deleted.

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@ React UI library to design and render seat layouts. The library is still under a
- **Preview**: Preview the layout in a separate window 🛠️

- **Designer mode and User mode**: Switch between designer and user mode to enable or disable customization 🛠️
- Designer mode: Enable customization
- User mode: Disable customization
- Add callback functions to handle seat selection

- **Override styles**: Override the default styles to match your application's theme 🛠️
- **Custom styles**: Override the default styles to match your application's theme 🛠️

## Installation

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"description": "React UI library to design and render seat layouts",
"main": "dist/index.js",
"module": "dist/index.js",
"private": false,
"exports": {
".": "./dist/index.js",
Expand All @@ -20,6 +21,11 @@
"release": "bunx github:akalanka47000/bunpublish --tag=${TAG:=latest} --provenance",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"package.json",
"README.md"
],
"keywords": [
"Designer",
"Seats",
Expand Down Expand Up @@ -103,4 +109,4 @@
"overrides": {
"jsondiffpatch": "^0.5.0"
}
}
}

0 comments on commit 19862f8

Please sign in to comment.