Skip to content

Commit

Permalink
End support for legacy Node.js versions 🩺 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbjorlig committed Feb 4, 2021
1 parent 17bbff4 commit 39af582
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- '0.12'
- 6
- 7
- 12
- 14
notifications:
webhooks:
urls:
Expand Down
10 changes: 3 additions & 7 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,7 +1,7 @@
{
"name": "mongodb-schema",
"description": "Infer the probabilistic schema for a MongoDB collection.",
"version": "8.2.5",
"version": "9.0.0-beta.0",
"author": "Thomas Rueckstiess <[email protected]>",
"license": "Apache-2.0",
"homepage": "http://github.com/mongodb-js/mongodb-schema",
Expand Down

0 comments on commit 39af582

Please sign in to comment.