From 04ad17f7093eeaab06b84777c4fb5c6edba95d19 Mon Sep 17 00:00:00 2001 From: Jay Hughes Date: Tue, 19 Dec 2017 15:36:11 -0500 Subject: [PATCH 1/3] added package.json --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..bc65104 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jquery.repeatable", + "version": "0.4.0", + "description": "A jQuery plugin that allows you to easily create repeatable groups of form fields.", + "main": "jquery.repeatable.js", + "directories": { + "example": "example" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ingageco/jquery.repeatable.git" + }, + "author": "jenwachter", + "license": "ISC", + "bugs": { + "url": "https://github.com/ingageco/jquery.repeatable/issues" + }, + "homepage": "https://github.com/ingageco/jquery.repeatable#readme" +} From b038acfc39b94a9401706d85faa41d42eafe75d5 Mon Sep 17 00:00:00 2001 From: Jay Hughes Date: Tue, 19 Dec 2017 15:41:18 -0500 Subject: [PATCH 2/3] updated package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bc65104..381172d 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ingageco/jquery.repeatable.git" + "url": "git+https://github.com/jenwachter/jquery.repeatable.git" }, "author": "jenwachter", "license": "ISC", "bugs": { - "url": "https://github.com/ingageco/jquery.repeatable/issues" + "url": "https://github.com/jenwachter/jquery.repeatable/issues" }, - "homepage": "https://github.com/ingageco/jquery.repeatable#readme" + "homepage": "https://github.com/jenwachter/jquery.repeatable#readme" } From f29a96964604086206a28a31cccb02693b21d8c9 Mon Sep 17 00:00:00 2001 From: Jen Wachter Date: Thu, 21 Dec 2017 08:16:07 -0500 Subject: [PATCH 3/3] Changed license and homepage --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 381172d..c1b23dd 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "url": "git+https://github.com/jenwachter/jquery.repeatable.git" }, "author": "jenwachter", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/jenwachter/jquery.repeatable/issues" }, - "homepage": "https://github.com/jenwachter/jquery.repeatable#readme" + "homepage": "https://github.com/jenwachter/jquery.repeatable" }