Skip to content

Commit

Permalink
#35 Backport json-schema 0.4.0 to version 1.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Nov 29, 2021
1 parent f7d80a9 commit 5c8475f
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,10 @@

None yet.

## v1.4.2 (2021-11-29)

* #35 Backport json-schema 0.4.0 to version 1.4.x

## v1.4.1 (2017-08-02)

* #21 Update verror dep
Expand Down
38 changes: 38 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jsprim",
"version": "1.4.1",
"version": "1.4.2",
"description": "utilities for primitive JavaScript types",
"main": "./lib/jsprim.js",
"repository": {
Expand All @@ -10,11 +10,11 @@
"dependencies": {
"assert-plus": "1.0.0",
"extsprintf": "1.3.0",
"json-schema": "0.2.3",
"json-schema": "0.4.0",
"verror": "1.10.0"
},
"engines": [
"node >=0.6.0"
],
"engines": {
"node": ">=0.6.0"
},
"license": "MIT"
}

0 comments on commit 5c8475f

Please sign in to comment.