From 9455c497c2e56ad8e6a1a574b010938ed6b1fd93 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 3 Jan 2024 18:12:47 -0300 Subject: [PATCH] fix package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eaaf0be..eee90f0 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "scripts": { "dev": "tsc --watch", - "build": "rm -rf dist/ && tsc", + "build": "rm -rf dist/ && tsc" }, "peerDependencies": { "react": "18.x.x", @@ -61,9 +61,9 @@ "dist/", "types.d.ts" ], - "repository": { "type": "git", "url": "git+https://github.com/platformbuilders/vike-builders.git" - }, "license": "MIT" + }, + "license": "MIT" }