Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 6, 2023
1 parent ee3e1a3 commit 7ef7262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"src"
],
"devDependencies": {
"tsbb": "^3.7.9"
"tsbb": "^4.1.4"
},
"scripts": {
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"watch": "tsbb watch",
"build": "tsbb build",
"test": "tsbb test",
"coverage": "tsbb test --coverage --bail"
}
Expand Down

0 comments on commit 7ef7262

Please sign in to comment.