Skip to content

Commit

Permalink
Support objection v2 (#3)
Browse files Browse the repository at this point in the history
Support objection v2
  • Loading branch information
optii committed Dec 6, 2019
2 parents 7259ade + d8a4e4b commit ce8bbc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js

node_js:
- "8"
- "9"
- "11"
- "10"
- "12"
- "node"

after_script: "npm run coveralls"
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2018 Pixul and project contributors
Copyright (c) 2016-2019 Pixul and project contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand All @@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"db-errors": "0.2.x"
},
"devDependencies": {
"objection": "1.x.x",
"objection": "2.x.x",
"coveralls": "3.x.x",
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
},
"peerDependencies": {
"objection": "1.x.x"
"objection": ">=1 <3"
}
}

0 comments on commit ce8bbc2

Please sign in to comment.