Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 9, 2023
1 parent 0a4a0c9 commit e8a6c99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -13,8 +13,8 @@
"types": "./lib/index.d.ts",
"scripts": {
"start": "node lib/index.js",
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"watch": "tsbb watch",
"build": "tsbb build",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand Down Expand Up @@ -53,6 +53,6 @@
},
"devDependencies": {
"types-package-json": "^2.0.39",
"tsbb": "^3.7.6"
"tsbb": "^4.1.5"
}
}

0 comments on commit e8a6c99

Please sign in to comment.