From e5f986a8bfd01f881d144bd5dc252aae902982e3 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Thu, 28 Dec 2017 00:32:51 -0500 Subject: [PATCH] Added author info --- LICENSE | 2 +- package.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a8e63fb..25ab8ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Alexander Corn +Copyright (c) 2015 Alex Corn 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 f592a98..b461ea2 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,11 @@ "url": "https://github.com/DoctorMcKay/node-steamcommunity/issues" }, "license": "MIT", + "author": { + "name": "Alex Corn", + "email": "mckay@doctormckay.com", + "url": "https://www.doctormckay.com" + }, "repository": { "type": "git", "url": "https://github.com/DoctorMcKay/node-steamcommunity.git"