Skip to content

Commit

Permalink
Added missing tslib dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
deckdom committed Aug 11, 2020
1 parent e93c23f commit 2d51e7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"eslint": "^7.6.0",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"files": [
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1797,6 +1797,11 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

tslib@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==

type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
Expand Down

0 comments on commit 2d51e7b

Please sign in to comment.