From 0bc655d373c840485e98085578db2cf7982f5058 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 21 Nov 2024 17:23:15 +0100 Subject: [PATCH] Refactor `package.json` --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index d307b0d..2303abd 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,19 @@ { - "name": "github", - "private": true, - "version": "0.0.0", - "description": "Community health files", - "license": "CC-BY-4.0", - "keywords": [], - "repository": "unifiedjs/.github", - "bugs": "https://github.com/unifiedjs/.github", - "author": "Titus Wormer (wooorm.com)", + "author": "Titus Wormer (https://wooorm.com)", + "bugs": "https://github.com/syntax-tree/.github", "contributors": [ - "Titus Wormer (wooorm.com)" + "Titus Wormer (https://wooorm.com)" ], + "description": "Community health files", "devDependencies": { "remark-cli": "^12.0.0", "remark-frontmatter": "^5.0.0", "remark-preset-wooorm": "^10.0.0" }, - "scripts": { - "format": "remark --frail --quiet --output -- .", - "test": "npm run format" - }, + "keywords": [], + "license": "CC-BY-4.0", + "name": "github", + "private": true, "remarkConfig": { "plugins": [ "remark-frontmatter", @@ -29,5 +23,11 @@ false ] ] - } + }, + "repository": "syntax-tree/.github", + "scripts": { + "format": "remark --frail --quiet --output -- .", + "test": "npm run format" + }, + "version": "0.0.0" }