Skip to content

Commit 1062bfe

Browse files
committedSep 2, 2021
chore(deps): update dependency tsbb to v3
1 parent 684065f commit 1062bfe

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"start": "node lib/index.js",
8-
"watch": "npm run watch:ts",
9-
"watch:ts": "tsbb watch & npm run build:types -- --watch",
10-
"build": "npm run build:ts && npm run build:types",
11-
"build:ts": "tsbb build",
12-
"build:types": "tsbb types",
8+
"watch": "tsbb watch --no-esm",
9+
"build": "tsbb build --no-esm",
1310
"test": "tsbb test",
1411
"coverage": "tsbb test --coverage"
1512
},
@@ -30,7 +27,7 @@
3027
"license": "MIT",
3128
"devDependencies": {
3229
"@types/jest": "27.0.1",
33-
"@types/node": "16.6.1",
34-
"tsbb": "2.3.1"
30+
"@types/node": "16.7.10",
31+
"tsbb": "3.0.3"
3532
}
3633
}

0 commit comments

Comments
 (0)
Please sign in to comment.