Skip to content

Commit 052a3e1

Browse files
Package.json changes
2 parents 60cf430 + a611b92 commit 052a3e1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@kv/ts-boilerplate-code",
2+
"name": "react-dot-matrix-chart",
33
"version": "0.1.0",
4-
"description": "Typescript Boilerplate code",
4+
"description": "A Dot Matrix Chart component",
55
"main": "build/index.js",
66
"source": "src/lib/index.tsx",
77
"types": "build/types/index.d.ts",
@@ -20,12 +20,12 @@
2020
"node": ">=10"
2121
},
2222
"repository": {
23-
"type": "bitbucket",
24-
"url": "https://bitbucket.org/keyvaluesoftwaresystems/kv-boilerplate-ts"
23+
"type": "github",
24+
"url": "https://github.com/KeyValueSoftwareSystems/react-dot-matrix-chart"
2525
},
2626
"author": "Keyvalue",
2727
"license": "",
28-
"homepage": "https://bitbucket.org/keyvaluesoftwaresystems/kv-boilerplate-ts",
28+
"homepage": "https://github.com/KeyValueSoftwareSystems/react-dot-matrix-chart",
2929
"keywords": [
3030
"library",
3131
"starter",

0 commit comments

Comments
 (0)