Skip to content

Commit 9c8a726

Browse files
fix(build): fix broken build after new merge (#521) (#522)
* Update package.json * Bump version up to 1.1.31 --------- Co-authored-by: Peter <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8042ff commit 9c8a726

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.30",
3+
"version": "1.1.31",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {
@@ -47,6 +47,8 @@
4747
"@types/lodash.clonedeep": "^4.5.9",
4848
"@types/lodash.mergewith": "^4.6.9",
4949
"@types/jsonwebtoken": "^8.3.5",
50+
"@types/lodash.clonedeep": "^4.5.9",
51+
"@types/lodash.mergewith": "^4.6.9",
5052
"@types/mime-types": "^2.1.0",
5153
"@types/mongodb": "^3.6.20",
5254
"@types/node": "^16.11.46",

0 commit comments

Comments
 (0)