fix(packages): fixed mismatched package name

This commit is contained in:
Fishandchips321 2026-02-18 16:37:56 +00:00
parent 2f5441e898
commit c52e15f58a
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{ {
"name": "MyWebsiteAstro", "name": "my_website_astro",
"version": "0.0.1", "version": "0.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,

View file

@ -1,5 +1,5 @@
{ {
"name": "", "name": "my_website_astro",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"scripts": { "scripts": {