Skip to content

Commit 6757f26

Browse files
committed
v0.53.1
1 parent bf4b139 commit 6757f26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-json-schema",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources",
55
"main": "dist/typescript-json-schema.js",
66
"typings": "dist/typescript-json-schema.d.ts",
@@ -44,11 +44,11 @@
4444
"@types/json-schema": "^7.0.9",
4545
"@types/node": "^16.9.2",
4646
"glob": "^7.1.7",
47+
"path-equal": "1.1.2",
4748
"safe-stable-stringify": "^2.2.0",
4849
"ts-node": "^10.2.1",
4950
"typescript": "~4.6.0",
50-
"yargs": "^17.1.1",
51-
"path-equal": "1.1.2"
51+
"yargs": "^17.1.1"
5252
},
5353
"devDependencies": {
5454
"@types/chai": "^4.2.21",

0 commit comments

Comments
 (0)