diff --git a/package.json b/package.json index 8c4fa2f..fa2744d 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "href-plus", - "version": "0.1.0", + "description": "Song-linking website using MusicBrainz data.", "license": "GPL-3.0-or-later", + "version": "0.1.0", "author": "Bauke ", + "repository": "https://git.bauke.xyz/Bauke/href-plus", + "private": true, "scripts": { "start": "vite", "test": "xo && stylelint 'source/**/*.scss' && tsc",