@shivasankaran18/stackd 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,7 @@ const Navbar = () => (
|
|
49
49
|
</div>
|
50
50
|
|
51
51
|
<a
|
52
|
-
href="https://github.com/
|
52
|
+
href="https://github.com/shivasankaran18/STACKD"
|
53
53
|
target="_blank"
|
54
54
|
rel="noopener noreferrer"
|
55
55
|
className="absolute right-8 text-muted-foreground hover:text-foreground"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@shivasankaran18/stackd",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.2",
|
4
4
|
"bin": {
|
5
5
|
"stackd": "stackd.ts",
|
6
6
|
"pre-install": "npm install"
|
@@ -12,7 +12,6 @@
|
|
12
12
|
"lint": "turbo run lint",
|
13
13
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
14
14
|
"check-types": "turbo run check-types",
|
15
|
-
"prepare": "husky install",
|
16
15
|
"setup": "sh start-web.sh",
|
17
16
|
"@types/node": "^22.13.5",
|
18
17
|
"chalk": "4",
|