Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #27
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 30, 2023
1 parent a08e7b6 commit 16cf4eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"scripts": {
"prepack": "npm run build",
"start": "node lib/index.js",
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel && npm run esm-fix",
"watch": "tsbb watch",
"build": "tsbb build && npm run esm-fix",
"esm-fix": "tsc-esm-fix --target='lib' --ext='.js'",
"type-check": "tsc --noEmit",
"test": "tsbb test",
Expand Down Expand Up @@ -56,7 +56,7 @@
"rehype-raw": "~6.1.1",
"remark-parse": "~10.0.1",
"remark-rehype": "~10.1.0",
"tsc-esm-fix": "~2.7.7",
"tsbb": "~3.7.0"
"tsc-esm-fix": "^2.20.12",
"tsbb": "^4.0.5"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"strictPropertyInitialization": true,
"stripInternal": true,
"esModuleInterop": false,
"skipLibCheck": true,
"noImplicitAny": true,
"outDir": "lib",
"baseUrl": "."
Expand Down

0 comments on commit 16cf4eb

Please sign in to comment.