Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 30, 2021
1 parent ae1ce41 commit 798b788
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "recursive-readdir-files",
"version": "1.1.2",
"description": "Node.js module to list all files in a directory or any subdirectories.",
"homepage": "https://jaywcjlove.github.io/recursive-readdir-files/",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"watch": "tsbb watch --disable-babel ",
"build": "tsbb build --disable-babel ",
"watch": "tsbb watch --disable-babel",
"build": "tsbb build --disable-babel",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
Expand All @@ -24,16 +26,7 @@
"recursive-readdir-files",
"files"
],
"jest": {
"coverageReporters": [
"lcov",
"json-summary"
]
},
"license": "MIT",
"devDependencies": {
"@types/jest": "27.0.1",
"@types/node": "16.7.10",
"tsbb": "3.2.1"
"tsbb": "3.3.7"
}
}

0 comments on commit 798b788

Please sign in to comment.