Update package.json info.
This commit is contained in:
parent
9cd91dc788
commit
37dfcfc1f0
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "href-plus",
|
"name": "href-plus",
|
||||||
"version": "0.1.0",
|
"description": "Song-linking website using MusicBrainz data.",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
"version": "0.1.0",
|
||||||
"author": "Bauke <me@bauke.xyz>",
|
"author": "Bauke <me@bauke.xyz>",
|
||||||
|
"repository": "https://git.bauke.xyz/Bauke/href-plus",
|
||||||
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "vite",
|
"start": "vite",
|
||||||
"test": "xo && stylelint 'source/**/*.scss' && tsc",
|
"test": "xo && stylelint 'source/**/*.scss' && tsc",
|
||||||
|
|
Loading…
Reference in New Issue