Skip to content

Commit 43fe13f

Browse files
authored
fix: tslib phantom dependency (#65)
1 parent 948a67a commit 43fe13f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"jest": "^27.5.1",
3636
"reflect-metadata": "^0.1.13",
3737
"ts-jest": "^27.1.3",
38-
"tslib": "^2.4.0",
3938
"typescript": "^4.7.2"
39+
},
40+
"dependencies": {
41+
"tslib": "^2.6.2"
4042
}
4143
}

0 commit comments

Comments
 (0)