Skip to content

Commit

Permalink
Register typescript-json-validator to a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdisThomann committed Jan 29, 2023
1 parent 3feae39 commit 3706ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-via/reader",
"version": "1.5.6",
"version": "1.5.7",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/the-via/reader.git"
Expand All @@ -21,7 +21,8 @@
"validate": "typescript-json-validator src/validated-types/keyboard-definition-v3.ts KeyboardDefinitionV3 --noExtraProps --defaultProps=false --strictNullChecks && typescript-json-validator src/validated-types/via-definition-v3.ts VIADefinitionV3 --noExtraProps --defaultProps=false --strictNullChecks && typescript-json-validator src/validated-types/keyboard-definition-v2.ts KeyboardDefinitionV2 --noExtraProps --defaultProps=false --strictNullChecks && typescript-json-validator src/validated-types/via-definition-v2.ts VIADefinitionV2 --noExtraProps --defaultProps=false --strictNullChecks"
},
"dependencies": {
"invariant": "^2.2.4"
"invariant": "^2.2.4",
"typescript-json-validator": "2.4.2"
},
"devDependencies": {
"@types/glob": "^8.0.1",
Expand All @@ -30,7 +31,6 @@
"husky": "^8.0.3",
"replace": "^1.2.2",
"typescript": "4.9.4",
"typescript-json-validator": "2.4.2",
"vite": "^4.0.4",
"vitest": "^0.28.3"
},
Expand Down

0 comments on commit 3706ce7

Please sign in to comment.