Skip to content

Commit

Permalink
fix: add tslib dependency to fix tslib missing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyuan committed Sep 19, 2020
1 parent 8a9198a commit c60a675
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
23 changes: 19 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"unit": "tib-mocha \"dist/__tests__/unit/**/*.js\""
},
"dependencies": {
"buffer": "^5.6.0"
"buffer": "^5.6.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"@tib/build": "^6.3.4",
Expand Down

0 comments on commit c60a675

Please sign in to comment.