Skip to content

Commit

Permalink
⚙️ chore: betterdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
zrosenbauer committed Feb 7, 2024
1 parent 2a68972 commit e13efa9
Show file tree
Hide file tree
Showing 7 changed files with 525 additions and 45 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"type-fest": "^4.10.2",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default } from './lib/Document';
export { default } from './lib/tempo';
export { Document } from './lib/Document';
export { Text } from './lib/Text';
export {
Expand Down
Loading

0 comments on commit e13efa9

Please sign in to comment.