Skip to content

Commit 1fe4cee

Browse files
committed
Chore: updated package json fields
1 parent 365852f commit 1fe4cee

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
"name": "@mezh-hq/react-seat-toolkit",
33
"version": "0.0.0",
44
"description": "React UI library to design and render seat layouts",
5-
"main": "src/index.jsx",
5+
"main": "dist/index.js",
66
"private": false,
77
"exports": {
8-
".": "./src/index.jsx",
9-
"./components": "./src/components/index.jsx",
10-
"./constants": "./src/constants/index.js",
11-
"./icons": "./src/icons/index.js",
12-
"./hooks": "./src/hooks/index.js",
13-
"./styles": "./src/styles/index.css"
8+
".": "./dist/index.js",
9+
"./styles": "./dist/index.css"
1410
},
1511
"scripts": {
1612
"build": "bun run ./esbuild.config.js && bun build:css",
@@ -24,17 +20,21 @@
2420
"release": "npm publish --access=public --no-git-checks || true",
2521
"test": "echo \"Error: no test specified\" && exit 1"
2622
},
23+
"keywords": [
24+
"Designer",
25+
"Seats",
26+
"Layout"
27+
],
28+
"author": "Akalanka Perera, Miyuru Gunarathna",
29+
"license": "MIT",
30+
"homepage": "https://github.com/mezh-hq/react-seat-toolkit#readme",
2731
"repository": {
2832
"type": "git",
29-
"url": "git+https://github.com/sliit-foss/bashaway-ui.git"
33+
"url": "git+https://github.com/mezh-hq/react-seat-toolkit.git"
3034
},
31-
"keywords": [],
32-
"author": "",
33-
"license": "ISC",
3435
"bugs": {
35-
"url": "https://github.com/sliit-foss/bashaway-ui/issues"
36+
"url": "https://github.com/mezh-hq/react-seat-toolkit/issues"
3637
},
37-
"homepage": "https://github.com/sliit-foss/bashaway-ui#readme",
3838
"dependencies": {
3939
"@radix-ui/react-accordion": "1.1.2",
4040
"@radix-ui/react-checkbox": "1.0.4",

src/styles/compiled.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/styles/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "compiled.css";
21
@import "components.css";
32
@import "animations/index.css";
43

0 commit comments

Comments
 (0)