From 9a92f57986109dd6a5a856e07053f01483f24cd4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 9 Jul 2024 20:45:36 +0200 Subject: [PATCH] chore: update metadata --- package.json | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 55f7024..c33c721 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Static website of Phundrak", "main": "index.js", - "repository": "https://labs.phundrak.com/phundrak/vuepress-www", + "repository": "https://labs.phundrak.com/phundrak/phundrak.com", "author": "Lucien Cartier-Tilet ", "license": "AGPL-3.0", "private": true, @@ -14,18 +14,12 @@ "vuepress": "2.0.0-rc.13", "vuepress-plugin-search-pro": "^2.0.0-rc.43" }, - "scripts": { - "dev": "vuepress dev content", - "build": "vuepress build content" - }, "dependencies": { "less": "^4.2.0", "nord": "^0.2.1" }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, - "packageManager": "yarn@4.3.0" + "scripts": { + "dev": "vuepress dev content", + "build": "vuepress build content" + } }