diff --git a/package.json b/package.json index 34145c1..d75e6e5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "sfab", + "name": "@hubot-friends/sfab", "main": "./sfab.mjs", "bin": { - "sfab": "./bin/sfab" + "sfab": "bin/sfab" }, "version": "1.0.0", "description": "Static site generator. From markdown to html with metadata and handlebars.", @@ -24,7 +24,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/hubot-friends/sfab.git" + "url": "git+https://github.com/hubot-friends/sfab.git" }, "engines": { "node": ">=20"