diff --git a/package.json b/package.json index 1e24433..5d65186 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@cassidoo/blahg", - "version": "0.0.5", + "version": "0.0.6", "private": true, "scripts": { - "dev": "npx tinacms dev -c 'astro dev'", + "dev": "npx tinacms dev -c \"astro dev\"", "start": "astro dev", "build": "tinacms build && astro build", "preview": "astro preview",