Skip to content

Commit 5c8475f

Browse files
committed
#35 Backport json-schema 0.4.0 to version 1.4.x
1 parent f7d80a9 commit 5c8475f

File tree

3 files changed

+47
-5
lines changed

3 files changed

+47
-5
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
None yet.
66

7+
## v1.4.2 (2021-11-29)
8+
9+
* #35 Backport json-schema 0.4.0 to version 1.4.x
10+
711
## v1.4.1 (2017-08-02)
812

913
* #21 Update verror dep

package-lock.json

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsprim",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "utilities for primitive JavaScript types",
55
"main": "./lib/jsprim.js",
66
"repository": {
@@ -10,11 +10,11 @@
1010
"dependencies": {
1111
"assert-plus": "1.0.0",
1212
"extsprintf": "1.3.0",
13-
"json-schema": "0.2.3",
13+
"json-schema": "0.4.0",
1414
"verror": "1.10.0"
1515
},
16-
"engines": [
17-
"node >=0.6.0"
18-
],
16+
"engines": {
17+
"node": ">=0.6.0"
18+
},
1919
"license": "MIT"
2020
}

0 commit comments

Comments
 (0)