Skip to content

Commit

Permalink
add formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath committed May 22, 2024
1 parent 93fa694 commit df98dcc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "website",
"version": "1.0.0",
"description": "This is a super small static Hugo site. Assets are handled by Hugo Pipes and there are no node modules. 5kb CSS, 500 bytes of JS (brotli'd). Please be a good citizen of the repo and keep this website simple and small.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-go-template": "^0.0.15"
}
}

0 comments on commit df98dcc

Please sign in to comment.