Skip to content

Commit

Permalink
fix accidental dependency on uvu
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 28, 2023
1 parent 8144202 commit 95bd514
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"eslint": "^8.50.0",
"tsm": "^2.3.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"uvu": "^0.5.6"
},
"scripts": {
"prepare": "pnpm build",
Expand All @@ -31,9 +32,6 @@
"test:coverage": "c8 --include=src pnpm test",
"test:report": "c8 report --reporter=text-lcov > coverage.lcov"
},
"dependencies": {
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 95bd514

Please sign in to comment.