Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 30, 2023
1 parent 79428e6 commit 124f248
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Kenny Wang<[email protected]>",
"license": "MIT",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/date.js"
Expand All @@ -18,8 +19,8 @@
"date.js"
],
"scripts": {
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"watch": "tsbb watch",
"build": "tsbb build",
"type-check": "tsc --noEmit",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
Expand All @@ -29,6 +30,6 @@
"lib"
],
"devDependencies": {
"tsbb": "~3.7.0"
"tsbb": "^4.0.6"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"stripInternal": true,
"esModuleInterop": false,
"noImplicitAny": true,
"skipLibCheck": true,
"outDir": "lib",
"baseUrl": "."
},
Expand Down

1 comment on commit 124f248

@jaywcjlove
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.