Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutlo committed Oct 3, 2022
1 parent 075b699 commit 707e44e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluent-json-schema",
"version": "3.1.0",
"version": "4.0.0",
"description": "JSON Schema fluent API",
"main": "src/FluentJSONSchema.js",
"types": "types/FluentJSONSchema.d.ts",
Expand Down Expand Up @@ -36,7 +36,9 @@
"doc": "jsdoc2md ./src/*.js > docs/API.md"
},
"standard": {
"env": [ "jest" ]
"env": [
"jest"
]
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
Expand Down

0 comments on commit 707e44e

Please sign in to comment.