We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f66fa commit f5840e3Copy full SHA for f5840e3
package.json
@@ -1,7 +1,9 @@
1
{
2
- "name": "",
+ "name": "binary-search-tree-visualizer",
3
"type": "module",
4
- "version": "0.0.1",
+ "version": "1.0.0",
5
+ "homepage": "https://adammehaney.github.io/Binary-Search-Tree-Visualizer/",
6
+ "license": "MIT",
7
"scripts": {
8
"dev": "astro dev",
9
"start": "astro dev",
@@ -20,5 +22,12 @@
20
22
"astro-robots-txt": "^1.0.0",
21
23
"svelte": "^4.2.12",
24
"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"
32
}
33
0 commit comments