Skip to content

Commit

Permalink
move tap to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mildsunrise committed Jul 24, 2024
1 parent 55e119d commit 36d1bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dependencies": {
"medooze-event-emitter": "^1.0.0",
"nan": "^2.18.0",
"tap": "^16.3.2",
"uuid": "^3.3.2"
},
"peerDependencies": {
Expand All @@ -41,6 +40,7 @@
"devDependencies": {
"@types/node": "^20.8.6",
"@types/uuid": "^9.0.5",
"tap": "^16.3.2",
"typescript": "^5.2.2"
},
"files": [
Expand Down

0 comments on commit 36d1bf7

Please sign in to comment.