Skip to content
This repository was archived by the owner on May 8, 2020. It is now read-only.

Commit 9c77834

Browse files
committed
Merge master
2 parents e917012 + 6804724 commit 9c77834

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"url": "https://github.com/romakita/ts-httpexceptions/issues"
3333
},
3434
"homepage": "https://romakita.github.io/ts-httpexceptions",
35-
"dependencies": {},
35+
"dependencies": {
36+
"tslib": "^1.9.3"
37+
},
3638
"devDependencies": {
3739
"@types/chai": "^4.1.4",
3840
"@types/express": "^4.16.0",
@@ -63,4 +65,4 @@
6365
"debug": false,
6466
"branch": "production"
6567
}
66-
}
68+
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4012,7 +4012,7 @@ tslib@^1.7.1:
40124012
version "1.8.0"
40134013
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.0.tgz#dc604ebad64bcbf696d613da6c954aa0e7ea1eb6"
40144014

4015-
tslib@^1.8.0:
4015+
tslib@^1.8.0, tslib@^1.9.3:
40164016
version "1.9.3"
40174017
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
40184018

0 commit comments

Comments
 (0)