From fdf8ced1bf316c334525f75befc154f5c0c3dd07 Mon Sep 17 00:00:00 2001 From: Will Hinds Date: Tue, 16 May 2017 17:17:34 -0400 Subject: [PATCH 1/2] Added package.json for npm --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b6eddd8 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "autogrow-textarea", + "version": "3.1.0", + "homepage": "https://github.com/radiok/Autogrow-Textarea", + "author": { + "name": "Jevin Sew", + "url": "http://www.technoreply.com/" + }, + "repository": { + "type": "git", + "url": "https://github.com/radiok/Autogrow-Textarea.git" + } +} \ No newline at end of file From 29ff60dead7a02be8e43eb71b81ac4ef7e6f19c1 Mon Sep 17 00:00:00 2001 From: Will Hinds Date: Thu, 28 Mar 2019 10:42:34 -0400 Subject: [PATCH 2/2] Update package.json Point to actual plugin developer --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b6eddd8..b4b533a 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "autogrow-textarea", "version": "3.1.0", - "homepage": "https://github.com/radiok/Autogrow-Textarea", + "homepage": "https://github.com/jevin/Autogrow-Textarea", "author": { "name": "Jevin Sew", - "url": "http://www.technoreply.com/" + "url": "https://github.com/jevin/" }, "repository": { "type": "git", - "url": "https://github.com/radiok/Autogrow-Textarea.git" + "url": "https://github.com/jevin/Autogrow-Textarea.git" } -} \ No newline at end of file +}