Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
package.json: Bump json-schema-deref-sync (#184)
Browse files Browse the repository at this point in the history
* .travis.yml: Test against Node v6 and v10

* package.json: Minimum node version is v6
  • Loading branch information
DeeDeeG authored and noahdietz committed Oct 15, 2019
1 parent ded692d commit 89772ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- '0.12'
- '4.4.5'
- '6.17.1'
- '10.16.3'
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@
"dependencies": {
"handlebars": "^4.0.5",
"js-string-escape": "^1.0.1",
"json-schema-deref-sync": "^0.3.1",
"json-schema-deref-sync": "^0.6.0",
"lodash": "^4.17.12",
"sanitize-filename": "^1.3.0",
"string": "^3.3.0"
},
"engines" : {
"node" : ">=6.0.0"
}
}

0 comments on commit 89772ad

Please sign in to comment.