Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit d8c8948

Browse files
elliottsjhassankhan
authored andcommitted
fix(package): add missing dependency "make-error"
Add "make-error" to package.json "dependencies"
1 parent 2eb4ac2 commit d8c8948

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
},
3939
"dependencies": {
4040
"lodash.get": "^4",
41+
"make-error": "^1.3.5",
4142
"ts-node": "^7",
4243
"tslib": "^1.9.3"
4344
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3923,7 +3923,7 @@ make-dir@^1.0.0:
39233923
dependencies:
39243924
pify "^3.0.0"
39253925

3926-
[email protected], make-error@^1.1.1:
3926+
[email protected], make-error@^1.1.1, make-error@^1.3.5:
39273927
version "1.3.5"
39283928
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
39293929
integrity sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==

0 commit comments

Comments
 (0)