From 6c6a3af03d5708bbd1996f88e02e6eecd1f15eca Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 28 May 2015 23:50:37 -0400 Subject: [PATCH 1/3] package.json author e-mail update --- package.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json.in b/package.json.in index b0e2b13..fa9bff2 100644 --- a/package.json.in +++ b/package.json.in @@ -2,7 +2,7 @@ "name": "easejs", "description": "A Classical Object-Oriented Framework for JavaScript", "version": "@VERSION@", - "author": "Mike Gerwitz (http://mikegerwitz.com)", + "author": "Mike Gerwitz (http://mikegerwitz.com)", "homepage": "https://www.gnu.org/software/easejs/", "repository": { From 32d004bee70e5ea55e5c437b09b8540d83d47de0 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 28 May 2015 23:53:31 -0400 Subject: [PATCH 2/3] package.json repo URL update to HTTP Browsable and less likely to be blocked by corporate firewalls. --- package.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json.in b/package.json.in index fa9bff2..6760e8d 100644 --- a/package.json.in +++ b/package.json.in @@ -7,7 +7,7 @@ "repository": { "type": "git", - "url": "git://git.savannah.gnu.org/easejs.git " + "url": "http://git.savannah.gnu.org/r/easejs.git/" }, "engines": { From a1c2fbeaa448337da9b08325f4072a46bc2c2684 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 28 May 2015 23:54:35 -0400 Subject: [PATCH 3/3] package.json engines removed; unnecessary --- package.json.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json.in b/package.json.in index 6760e8d..a11a125 100644 --- a/package.json.in +++ b/package.json.in @@ -10,10 +10,6 @@ "url": "http://git.savannah.gnu.org/r/easejs.git/" }, - "engines": { - "node": ">0.0.0" - }, - "dependencies": {}, "devDependencies": {},