Skip to content

Commit

Permalink
Merge pull request #5 from hapipal/hapi-v21
Browse files Browse the repository at this point in the history
Support hapi v21
  • Loading branch information
devinivy committed Nov 28, 2022
2 parents 9934c46 + e7b536c commit 38b3219
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,3 +1,3 @@
import:
- source: hapipal/ci-config-travis:node_js.yml@master
- source: hapipal/ci-config-travis:hapi_all.yml@master
- source: hapipal/ci-config-travis:node_js.yml@hapi-v21
- source: hapipal/ci-config-travis:hapi_all.yml@hapi-v21
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2020 Devin Ivy
Copyright (c) 2019-2022 Devin Ivy

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 Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# ahem
hapi plugins as libraries

[![Build Status](https://travis-ci.org/hapipal/ahem.svg?branch=master)](https://travis-ci.org/hapipal/ahem) [![Coverage Status](https://coveralls.io/repos/hapipal/ahem/badge.svg?branch=master&service=github)](https://coveralls.io/github/hapipal/ahem?branch=master)
[![Build Status](https://app.travis-ci.com/hapipal/ahem.svg?branch=master)](https://app.travis-ci.com/hapipal/ahem) [![Coverage Status](https://coveralls.io/repos/hapipal/ahem/badge.svg?branch=master&service=github)](https://coveralls.io/github/hapipal/ahem?branch=master)

Lead Maintainer - [Devin Ivy](https://github.com/devinivy)

Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -36,15 +36,15 @@
},
"homepage": "https://github.com/hapipal/ahem#readme",
"dependencies": {
"@hapi/hoek": "9.x.x"
"@hapi/hoek": "^9.0.0"
},
"peerDependencies": {
"@hapi/hapi": ">=19 <21"
"@hapi/hapi": ">=19 <22"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "24.x.x",
"coveralls": "3.x.x"
"@hapi/code": "^8.0.0",
"@hapi/hapi": "^20.0.0",
"@hapi/lab": "^24.0.0",
"coveralls": "^3.0.0"
}
}

0 comments on commit 38b3219

Please sign in to comment.