From 6f1df24476af0aad2e2419a2a6cf31227d506daf Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 6 Jan 2023 15:04:50 +0000 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5037c0d..b43cec24 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - [Resolvers](#resolvers) - [API Docs](#api-docs) - [License](#license) -- [Contribute](#contribute) +- [Contribution](#contribution) ## Install @@ -113,6 +113,6 @@ Licensed under either of - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / ) - MIT ([LICENSE-MIT](LICENSE-MIT) / ) -## Contribute +## Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. diff --git a/package.json b/package.json index a87f357f..7c9b2179 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ }, "devDependencies": { "@types/varint": "^6.0.0", - "aegir": "^37.7.2", + "aegir": "^37.9.1", "sinon": "^15.0.0", "util": "^0.12.3" },