Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Bump version. Add node12 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Dec 2, 2019
1 parent 57ec634 commit 4dd7b3b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ notifications:
node_js:
- "8"
- "10"
- "12"
- "node"

script: npm run test
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"author": "MuleSoft, Inc.",
"license": "Apache-2.0",
"dependencies": {
"ramldt2jsonschema": "0.1.x"
"ramldt2jsonschema": "1.1.x"
}
}
19 changes: 14 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ramldt2jsonschema",
"version": "1.0.0",
"version": "1.1.0",
"description": "Converts a RAML data type into JSON schema, and back",
"main": "src/index.js",
"author": "MuleSoft, Inc.",
Expand Down

0 comments on commit 4dd7b3b

Please sign in to comment.