This commit is contained in:
Ayo 2023-06-04 16:30:07 +02:00
parent 06eeff94c0
commit b3eb0ab8fc
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "@ayoayco/cozy", "name": "@ayoayco/cozy",
"version": "0.0.1", "version": "0.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.0.1", "version": "0.1.0",
"dependencies": { "dependencies": {
"@astro-reactive/form": "^0.8.1", "@astro-reactive/form": "^0.8.1",
"@astro-reactive/validator": "^0.3.4", "@astro-reactive/validator": "^0.3.4",

View file

@ -1,5 +1,5 @@
{ {
"version": "0.0.1", "version": "0.1.0",
"scripts": { "scripts": {
"start": "astro dev", "start": "astro dev",
"build": "astro build" "build": "astro build"