diff --git a/src/package.json b/src/package.json index be8ca02..11ceb8f 100644 --- a/src/package.json +++ b/src/package.json @@ -1,12 +1,12 @@ { "name": "trueberryless", - "type": "module", "version": "0.0.1", + "type": "module", "scripts": { - "dev": "astro dev", + "astro": "astro", "build": "astro build", - "preview": "astro preview", - "astro": "astro" + "dev": "astro dev", + "preview": "astro preview" }, "dependencies": { "astro": "^5.0.1"