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