Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 13, 2021
1 parent 2ce77a3 commit 15e681e
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 @@ -9,8 +9,8 @@
"scripts": {
"prepare": "npm run build",
"start": "node lib/index.js",
"watch": "tsbb watch --no-esm --disable-babel",
"build": "tsbb build --no-esm --disable-babel",
"watch": "tsbb watch --disable-babel --file-names src/index.ts --file-names src/cli.ts",
"build": "tsbb build --disable-babel --file-names src/index.ts --file-names src/cli.ts",
"example": "node test/example/index.js",
"example:templates": "node test/templates/index.js",
"pretest": "npm run example && npm run example:templates",
Expand Down Expand Up @@ -85,6 +85,6 @@
},
"devDependencies": {
"@types/jest": "27.0.1",
"tsbb": "3.1.11"
"tsbb": "3.2.0"
}
}

0 comments on commit 15e681e

Please sign in to comment.