Skip to content

Commit fc43360

Browse files
authored
Merge pull request #30 from hapipal/node-update
Drop support for older versions of node.
2 parents 2245b50 + 1692a2a commit fc43360

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
import: hapipal/ci-config-travis:node_js.yml@master
1+
import:
2+
- source: hapipal/ci-config-travis:node_js.yml@node-v16-min
3+
- source: hapipal/ci-config-travis:hapi_all.yml@node-v16-min

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "@hapipal/tandy",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "Auto-generated, RESTful, CRUDdy route handlers for Schwifty models in hapi",
55
"main": "lib/index.js",
6+
"engines": {
7+
"node": ">=16"
8+
},
69
"scripts": {
7-
"test": "lab -a @hapi/code -L -t 100 -I '__core-js_shared__'",
10+
"test": "lab -a @hapi/code -L -t 100",
811
"coveralls": "lab -r lcov | coveralls",
912
"lint": "eslint ."
1013
},
@@ -35,7 +38,7 @@
3538
"lodash": "^4.17.21"
3639
},
3740
"peerDependencies": {
38-
"@hapi/hapi": ">=19 <22",
41+
"@hapi/hapi": ">=20 <22",
3942
"@hapipal/schwifty": "^6.2.0"
4043
},
4144
"devDependencies": {

0 commit comments

Comments
 (0)