Skip to content

Commit

Permalink
chore: add JSDocs & clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-xo committed Dec 21, 2024
1 parent 8cac85d commit 1d8fa62
Show file tree
Hide file tree
Showing 12 changed files with 521 additions and 3,347 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ node_modules
.env

# Tests.
/coverage

# Miscellaneous.
TODO.md
/coverage
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-push

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"test": "vitest --reporter verbose",
"test:cov": "vitest run --coverage",
"validate": "npm run lint && npm run typecheck && npx vitest --watch=false",
"prepare": "husky install && npm run build",
"prepublishOnly": "npm run validate && npm run build"
},
"files": [
Expand All @@ -39,7 +38,7 @@
],
"dependencies": {
"@epic-web/totp": "^2.0.0",
"@mjackson/headers": "^0.8.0",
"@mjackson/headers": "^0.9.0",
"base32-encode": "^2.0.0",
"jose": "^5.8.0"
},
Expand All @@ -54,9 +53,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"tiny-invariant": "^1.3.3",
"typescript": "^5.5.4",
"vite": "^4.5.3",
"vite-tsconfig-paths": "^4.3.2",
Expand Down
Loading

0 comments on commit 1d8fa62

Please sign in to comment.