Skip to content

Commit

Permalink
[package.json] Refactor metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 4, 2025
1 parent cf29454 commit 1c5c487
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
]
}

0 comments on commit 1c5c487

Please sign in to comment.