Skip to content

Commit

Permalink
add metadata to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Oct 31, 2024
1 parent 8885c25 commit b4c5018
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 8.4.1

> 2024-10-31
* Add `homepage`, `repository` and `description` field to package.json

# 8.4.0

> 2024-10-19
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "layercake",
"version": "8.4.0",
"description": "graphics framework for sveltejs",
"homepage": "https://layercake.graphics/",
"repository": {
"type": "git",
"url": "https://github.com/mhkeller/layercake"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit b4c5018

Please sign in to comment.