Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent fc2bf81 commit 69bfaea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"astro",
"starter"
],
"homepage": "https://github.com/Lightrix/astro-starter-template#readme",
"homepage": "https://github.com/NikolaRHristov/JavaScriptBuild#readme",
"bugs": {
"url": "https://github.com/Lightrix/astro-starter-template/issues"
"url": "https://github.com/NikolaRHristov/JavaScriptBuild/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lightrix/astro-starter-template.git"
"url": "git+https://github.com/NikolaRHristov/JavaScriptBuild.git",
"directory": "website"
},
"scripts": {
"build": "astro check && astro build",
Expand Down
2 changes: 1 addition & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
},
"types": ["astro/client", "astro/client-image", "astro/env"]
},
"extends": "@lightrix/configuration/Base/TypeScript"
"extends": "javascriptbuild/Source/Configuration/TypeScript",
}

0 comments on commit 69bfaea

Please sign in to comment.