Skip to content

Commit bf41536

Browse files
author
LongYinan
committed
fix(helper): missing tslib dependency
1 parent ccafc79 commit bf41536

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/helper/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
},
2020
"bugs": {
2121
"url": "https://github.com/Brooooooklyn/node-rs/issues"
22+
},
23+
"dependencies": {
24+
"tslib": "^1.11.1"
2225
}
2326
}

0 commit comments

Comments
 (0)