From e8dafd163d8c858c1992cdc7248a65b241cc084e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Wallis=20Juc=C3=A1?= Date: Sat, 4 Nov 2017 12:48:08 -0300 Subject: [PATCH] Updates the author name on package.json See also: - https://docs.npmjs.com/files/package.json#people-fields-author-contributors - https://docs.npmjs.com/getting-started/creating-node-modules --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ee5312..555b4ed 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "git+https://github.com/rhyneav/papercss.git" }, - "author": "rhyneav", + "author": "Rhyne Vlaservich ", "license": "ISC", "bugs": { "url": "https://github.com/rhyneav/papercss/issues"