Skip to content

Commit

Permalink
Fix crashing on tslib not being installed (#483) (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalaM314 authored Jul 4, 2022
1 parent 2254b1a commit caaa14f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/json-schema": "^7.0.9",
"@types/node": "^16.9.2",
"glob": "^7.1.7",
"path-equal": "1.1.2",
"path-equal": "^1.1.2",
"safe-stable-stringify": "^2.2.0",
"ts-node": "^10.2.1",
"typescript": "~4.6.0",
Expand All @@ -63,7 +63,7 @@
"tslint": "^6.1.3"
},
"scripts": {
"prepare": "tsc; yarn docs",
"prepare": "tsc && yarn docs",
"test": "tsc && mocha -t 5000 --require source-map-support/register dist/test",
"debug": "node --inspect=19248 --inspect-brk -r ts-node/register typescript-json-schema-cli.ts",
"docs": "./update-docs.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,10 @@ p-locate@^5.0.0:
dependencies:
p-limit "^3.0.2"

[email protected]:
version "1.1.2"
resolved "https://registry.yarnpkg.com/path-equal/-/path-equal-1.1.2.tgz#260e7c449c4c2022f68cc5fa6e617e892858250d"
integrity sha512-p5kxPPwCdbf5AdXzT1bUBJomhgBlEjRBavYNr1XUpMFIE4Hnf2roueCMXudZK5tnaAu1tTmp3GPzqwJK45IHEA==
path-equal@^1.1.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/path-equal/-/path-equal-1.2.2.tgz#fa2997f0a829de22ec8f5f86461ca5590d49b832"
integrity sha512-AUJvbcle1Zgb1TgtftHYknlrgrSYyI1ytrYgSbKUHSybwqUDnbD2cw9PIWivuMvsN+GTXmr/DRN4VBXpHG6aGg==

path-exists@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit caaa14f

Please sign in to comment.