Skip to content

Commit

Permalink
Initial release (#3)
Browse files Browse the repository at this point in the history
* feat: initial release
  • Loading branch information
joeyguerra authored Oct 14, 2023
1 parent 6b43a26 commit 92e852f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -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"
Expand Down

0 comments on commit 92e852f

Please sign in to comment.