Skip to content

Commit 7cda491

Browse files
committed
fix: update repository URLs to point to the correct arkstack-hq organization
1 parent 318669e commit 7cda491

9 files changed

Lines changed: 42 additions & 19 deletions

File tree

create-arkstack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This argument is optional and the command will prompt you to enter the installat
4646

4747
## Contributing
4848

49-
Thank you for considering contributing to the Arkstack framework! The [Contribution Guide](https://github.com/toneflix/arkstack/blob/main/CONTRIBUTING.md) can be found in the Arkstack documentation and will provide you with all the information you need to get started.
49+
Thank you for considering contributing to the Arkstack framework! The [Contribution Guide](https://github.com/arkstack-hq/arkstack/blob/main/CONTRIBUTING.md) can be found in the Arkstack documentation and will provide you with all the information you need to get started.
5050

5151
## Security Vulnerabilities
5252

create-arkstack/package.json

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,41 @@
11
{
22
"name": "create-arkstack",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "Scaffold new H3.js or Express.js applications using Toneflix's arkstack templates and starter kits",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/arkstack-hq/arkstack.git",
9+
"directory": "create-arkstack"
10+
},
11+
"keywords": [
12+
"toneflix",
13+
"create-arkstack",
14+
"h3",
15+
"express",
16+
"scaffold",
17+
"template",
18+
"starter kit",
19+
"cli",
20+
"generator",
21+
"boilerplate",
22+
"project setup",
23+
"node.js",
24+
"javascript",
25+
"typescript",
26+
"web development",
27+
"full-stack",
28+
"backend",
29+
"framework",
30+
"web server",
31+
"api",
32+
"microservices",
33+
"serverless",
34+
"cloud",
35+
"dev tools",
36+
"productivity",
37+
"arkstack"
38+
],
639
"main": "build/index.js",
740
"private": false,
841
"publishConfig": {
@@ -14,16 +47,6 @@
1447
"exports": {
1548
".": "./bin/run.js"
1649
},
17-
"keywords": [
18-
"toneflix",
19-
"create-arkstack",
20-
"h3",
21-
"express",
22-
"scaffold",
23-
"template",
24-
"starter kit",
25-
"cli"
26-
],
2750
"scripts": {
2851
"test": "vitest run",
2952
"test:watch": "vitest",

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineConfig({
5656
],
5757

5858
socialLinks: [
59-
{ icon: 'github', link: 'https://github.com/arkstack/arkstack' }
59+
{ icon: 'github', link: 'https://github.com/arkstack-hq/arkstack' }
6060
]
6161
}
6262
})

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Common package for Arkstack providing common implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/arkstack/arkstack.git",
8+
"url": "git+https://github.com/arkstack-hq/arkstack.git",
99
"directory": "packages/common"
1010
},
1111
"keywords": [

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Console package for Arkstack providing console-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/arkstack/arkstack.git",
8+
"url": "git+https://github.com/arkstack-hq/arkstack.git",
99
"directory": "packages/console"
1010
},
1111
"keywords": [

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Contract package for Arkstack providing contract-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/arkstack/arkstack.git",
8+
"url": "git+https://github.com/arkstack-hq/arkstack.git",
99
"directory": "packages/contract"
1010
},
1111
"keywords": [

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Database package for Arkstack providing database-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/arkstack/arkstack.git",
8+
"url": "git+https://github.com/arkstack-hq/arkstack.git",
99
"directory": "packages/database"
1010
},
1111
"keywords": [

packages/driver-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Express driver package for Arkstack providing Express-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/arkstack/arkstack.git",
8+
"url": "git+https://github.com/arkstack-hq/arkstack.git",
99
"directory": "packages/driver-express"
1010
},
1111
"keywords": [

packages/driver-h3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "H3 driver package for Arkstack providing H3-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/arkstack/arkstack.git",
8+
"url": "git+https://github.com/arkstack-hq/arkstack.git",
99
"directory": "packages/driver-h3"
1010
},
1111
"keywords": [

0 commit comments

Comments
 (0)