Skip to content

Commit

Permalink
fix: tslib as dependency explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed May 9, 2018
1 parent e9abcdb commit 23cfbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dependencies": {
"glob": "7.1.2",
"minimist": "1.2.0",
"tslib": "1.9.0",
"typescript": "2.8.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ trim-off-newlines@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"

tslib@^1.0.0, tslib@^1.8.0, tslib@^1.8.1:
tslib@1.9.0, tslib@^1.0.0, tslib@^1.8.0, tslib@^1.8.1:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"

Expand Down

0 comments on commit 23cfbad

Please sign in to comment.