diff --git a/package.json b/package.json index 569ab6c..9fb979f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "license": "MIT", "type": "module", "main": "website/index.html", - "repository": "github:center-key/snappyfood", + "repository": { + "type": "git", + "url": "git+https://github.com/center-key/snappyfood.git" + }, "homepage": "https://github.com/center-key/snappyfood", "bugs": "https://github.com/center-key/snappyfood/issues", "docs": "https://snappyfood.org", @@ -33,6 +36,6 @@ "devDependencies": { "@fortawesome/fontawesome-free": "~6.4", "jshint": "~2.13", - "w3c-html-validator": "~1.4" + "w3c-html-validator": "~1.5" } }