We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 684065f commit 1062bfeCopy full SHA for 1062bfe
package.json
@@ -5,11 +5,8 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"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",
+ "watch": "tsbb watch --no-esm",
+ "build": "tsbb build --no-esm",
13
"test": "tsbb test",
14
"coverage": "tsbb test --coverage"
15
},
@@ -30,7 +27,7 @@
30
27
"license": "MIT",
31
28
"devDependencies": {
32
29
"@types/jest": "27.0.1",
33
- "@types/node": "16.6.1",
34
- "tsbb": "2.3.1"
+ "@types/node": "16.7.10",
+ "tsbb": "3.0.3"
35
}
36
0 commit comments