From 06eeff94c0f170b92368f84316b31b358a8635f8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 4 Jun 2023 16:30:03 +0200 Subject: [PATCH] chore: update package meta --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8dd5c1c..fe6d2ab 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "version": "0.0.1", "scripts": { "start": "astro dev", "build": "astro build" @@ -11,6 +12,5 @@ "@astro-reactive/validator": "^0.3.4", "@astrojs/netlify": "^2.2.2", "@extractus/article-extractor": "^7.2.15" - }, - "version": "0.0.1" + } }