Skip to content

Commit 26a7813

Browse files
committed
chore(registry): rectifying npm registry values
1 parent 995d5e7 commit 26a7813

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

package.json

+23-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@openbytes/ts-react-directives",
3-
"version": "1.0.0",
3+
"description": "A collection of React directives to simplify conditional rendering and loops.",
4+
"version": "1.0.1",
45
"type": "module",
56
"author": {
67
"name": "SkyCodr (aka: Dulan Sudasinghe)",
@@ -11,6 +12,24 @@
1112
"dist",
1213
"README.md"
1314
],
15+
"keywords": [
16+
"react",
17+
"typescript",
18+
"directives",
19+
"conditionals",
20+
"if",
21+
"loops",
22+
"rendering",
23+
"conditional rendering"
24+
],
25+
"homepage": "https://skycodr.github.io/ts-react-directives/",
26+
"repository": {
27+
"type": "git",
28+
"url": "git+https://github.com/skycodr/ts-react-directives.git"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/skycodr/ts-react-directives/issues"
32+
},
1433
"readme": "README.md",
1534
"types": "dist/ts-react-directives.d.ts",
1635
"main": "dist/ts-react-directives.cjs.js",
@@ -48,9 +67,7 @@
4867
},
4968
"dependencies": {
5069
"react": "^19.0.0",
51-
"react-dom": "^19.0.0",
52-
"react-syntax-highlighter": "^15.6.1",
53-
"react-tabs": "^6.1.0"
70+
"react-dom": "^19.0.0"
5471
},
5572
"devDependencies": {
5673
"@commitlint/cli": "^19.7.1",
@@ -76,6 +93,8 @@
7693
"jsdom": "^26.0.0",
7794
"lint-staged": "^15.4.3",
7895
"prettier": "^3.5.1",
96+
"react-syntax-highlighter": "^15.6.1",
97+
"react-tabs": "^6.1.0",
7998
"rimraf": "^6.0.1",
8099
"typescript": "~5.7.3",
81100
"typescript-eslint": "^8.24.0",

0 commit comments

Comments
 (0)