Skip to content

Commit 8871b2c

Browse files
author
Hector Arce De Las Heras
committed
Update package and gitignore
1 parent 76eed1a commit 8871b2c

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
junit.xml
99

1010
/dist
11+
/yarn-error.log
12+
/yarn.lock
1113
/sample
1214
/__reports__
1315
/node_modules/

package.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"name": "@kubit-ui-web/react-components",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
5-
"author": "Kubit",
5+
"author": {
6+
"name": "Kubit",
7+
"email": "[email protected]",
8+
"url": "https://www.kubit-ui.com/",
9+
"organization": "Kubit",
10+
"organizationUrl": "https://www.kubit-ui.com/",
11+
"role": "Developer",
12+
"roleUrl": "https://www.kubit-ui.com/",
13+
"social": {
14+
"twitter": "https://twitter.com/kubit_ui",
15+
"github": "https://github.com/kubit-ui/kubit-react-components"
16+
}
17+
},
618
"private": false,
719
"main": "./dist/cjs/index.js",
820
"module": "./dist/esm/index.js",
@@ -59,7 +71,7 @@
5971
},
6072
"repository": {
6173
"type": "git",
62-
"url": "https://github.com/kubit-ui/kubit-react-components"
74+
"url": "git+https://github.com/kubit-ui/kubit-react-components.git"
6375
},
6476
"sideEffects": false,
6577
"license": "Apache-2.0",
@@ -96,6 +108,7 @@
96108
"@typescript-eslint/parser": "^7.1.0",
97109
"@vitejs/plugin-react": "^4.2.1",
98110
"babel-jest": "^29.7.0",
111+
"chromatic": "^11.2.0",
99112
"cpy-cli": "^5.0.0",
100113
"eslint": "^8.57.0",
101114
"eslint-config-prettier": "^9.1.0",
@@ -150,5 +163,9 @@
150163
"wrap-ansi": "^7.0.0",
151164
"@typescript-eslint/utils": "6.13.0",
152165
"@babel/highlight": "7.24.1 "
153-
}
166+
},
167+
"bugs": {
168+
"url": "https://github.com/kubit-ui/kubit-react-components/issues"
169+
},
170+
"homepage": "https://www.kubit-ui.com/"
154171
}

0 commit comments

Comments
 (0)