Skip to content

Commit

Permalink
plugin-bootstrap: package json
Browse files Browse the repository at this point in the history
  • Loading branch information
ai16z-demirix committed Jan 30, 2025
1 parent 58adba4 commit 46062f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plugin-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch"
"dev": "tsup --format esm --dts --watch",
"test": "vitest run"
},
"peerDependencies": {
"whatwg-url": "7.1.0"
Expand Down

0 comments on commit 46062f0

Please sign in to comment.