From fbef80088a70be0b987b00cf15fd2ffc0375b364 Mon Sep 17 00:00:00 2001 From: Chris Alley Date: Mon, 7 Aug 2023 22:36:13 +1200 Subject: [PATCH] Update project authors --- license | 2 +- package.json | 2 +- readme.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/license b/license index bb3b904..a9d8166 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2021 John Otander, Components AI +Copyright (c) 2018-2023 John Otander, Components AI, Chris Alley Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 10e0274..28f72ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pundit", - "author": "John Otander", + "author": "John Otander, Chris Alley", "version": "0.1.0", "license": "MIT", "main": "dist/index.js", diff --git a/readme.md b/readme.md index 4743181..a62ce4f 100644 --- a/readme.md +++ b/readme.md @@ -132,4 +132,5 @@ MIT --- -> Built by [johno](https://johno.com) ([@4lpine](https://twitter.com/4lpine)). +> Built by [johno](https://johno.com) ([@4lpine](https://twitter.com/4lpine)) +> and [Chris Alley](https://github.com/chrisalley).