Update package.json

This commit is contained in:
Sonny Bakker 2025-05-04 19:44:55 +02:00
parent c7f90e233e
commit ebbbe99eaf

View file

@ -2,7 +2,6 @@
"name": "newsreader",
"version": "0.5.3",
"description": "Application for viewing RSS feeds",
"main": "index.js",
"scripts": {
"lint": "npx prettier \"src/newsreader/js/**/*.js\" --check",
"format": "npx prettier \"src/newsreader/js/**/*.js\" --write",
@ -14,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "[git@git.fudiggity.nl:5000]:sonny/newsreader.git"
"url": "forgejo.fudiggity.nl:sonny/newsreader"
},
"author": "Sonny",
"license": "GPL-3.0-or-later",