Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 #10

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

V2 #10

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run test",
"lint": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write ./src",
"check-format": "prettier --check ./src",
"check-exports": "attw --pack .",
Expand Down Expand Up @@ -53,6 +54,8 @@
"@arethetypeswrong/cli": "^0.16.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"domhandler": "^5.0.3",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
Expand Down
Loading