Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v3 #41
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 2, 2021
1 parent 6e934d3 commit 50f00db
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@
"scripts": {
"prepare": "npm run build",
"start": "node lib/index.js",
"watch": "npm run watch:ts",
"watch:ts": "tsbb watch & npm run build:types -- --watch",
"build": "npm run build:ts && npm run build:types",
"build:ts": "tsbb build",
"build:types": "tsbb types",
"test": "tsbb test",
"watch": "tsbb watch --no-esm",
"build": "tsbb build --no-esm",
"prettier": "prettier --write \"**/*.{js,ts,less,md,json}\"",
"coverage": "tsbb test --coverage"
"coverage": "tsbb test --coverage",
"test": "tsbb test"
},
"files": [
"lib",
Expand Down Expand Up @@ -56,7 +53,7 @@
"husky": "4.3.8",
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"tsbb": "2.3.1"
"tsbb": "3.0.3"
},
"dependencies": {
"@babel/runtime": "7.15.3",
Expand Down

0 comments on commit 50f00db

Please sign in to comment.