From 1c5c487efb1eff19c8ee1ae2dd611b1012f9ab17 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Fri, 3 Jan 2025 17:41:53 -0800 Subject: [PATCH] [package.json] Refactor metadata. --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 38d969e..31196c4 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,18 @@ { "name": "@cubing/icons", "version": "2.1.0-pre.3", - "author": "", + "author": "The https://github.com/cubing team", + "homepage": "https://github.com/cubing/icons#readme", + "license": "MIT", + "type": "module", + "description": "Cubing Icons and Fonts", "repository": { "type": "git", "url": "git+https://github.com/cubing/icons.git" }, + "bugs": { + "url": "https://github.com/cubing/icons.git/issues" + }, "main": "./dist/lib/@cubing/icons/cubing-icons.css", "devDependencies": { "@biomejs/biome": "^1.9.4", @@ -28,15 +35,8 @@ "scripts": { "prepublishOnly": "make prepublishOnly" }, - "bugs": { - "url": "https://github.com/cubing/icons.git/issues" - }, - "description": "Cubing Icons and Fonts", "files": [ "dist", "ts" - ], - "homepage": "https://github.com/cubing/icons.git#readme", - "license": "MIT", - "type": "module" + ] }