Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #18
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 5, 2023
1 parent 2441ea6 commit 72d898c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"prepare": "husky install && npm run package",
"package": "ncc build src/index.ts -o dist",
"start": "node lib/index.js",
"watch": "tsbb watch --disable-babel --file-names src/bin.ts",
"build": "tsbb build --disable-babel --file-names src/bin.ts",
"watch": "tsbb watch",
"build": "tsbb build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://jaywcjlove.github.io/generated-badges/",
Expand Down Expand Up @@ -42,6 +42,6 @@
"@kkt/ncc": "^1.0.15",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"tsbb": "^3.7.9"
"tsbb": "^4.1.3"
}
}

0 comments on commit 72d898c

Please sign in to comment.