Skip to content

Commit f5840e3

Browse files
committed
updated package info
1 parent 89f66fa commit f5840e3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"name": "",
2+
"name": "binary-search-tree-visualizer",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
5+
"homepage": "https://adammehaney.github.io/Binary-Search-Tree-Visualizer/",
6+
"license": "MIT",
57
"scripts": {
68
"dev": "astro dev",
79
"start": "astro dev",
@@ -20,5 +22,12 @@
2022
"astro-robots-txt": "^1.0.0",
2123
"svelte": "^4.2.12",
2224
"typescript": "^5.4.4"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/adammehaney/Binary-Search-Tree-Visualizer.git"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/adammehaney/Binary-Search-Tree-Visualizer/issues"
2332
}
2433
}

0 commit comments

Comments
 (0)