From 76c2ba96b00ca060189a4d2c931090a02709265a Mon Sep 17 00:00:00 2001 From: Gualter Barbas Baptista Date: Tue, 23 Feb 2016 12:35:10 +0100 Subject: [PATCH 1/2] package.json appeared on the way, updated and commiting --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba9aef6..cc50f1d 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,11 @@ "Thomas Kalka (https://github.com/thoka)", "Michael Maier (https://github.com/species)", "Jon Richter (https://github.com/almereyda)" + "Gualter Barbas Baptista (https://github.com/gandhiano)" ], "contributors": [ "Kei Kreutler (https://github.com/keikreutler)" - ], + "bugs": { "url": "https://github.com/TransforMap/transformap.github.io/issues" }, @@ -30,7 +31,7 @@ "npm": "1.2" }, "dependencies": { - "docpad": "~6.78.1", + "docpad": "~6.78.4", "docpad-plugin-cleanurls": "~2.7.0", "docpad-plugin-coffeescript": "~2.5.0", "docpad-plugin-downloader": "~2.1.4", From babac6785b3a439ae01b429b956f62dc38d4bac2 Mon Sep 17 00:00:00 2001 From: Gualter Barbas Baptista Date: Tue, 23 Feb 2016 12:48:59 +0100 Subject: [PATCH 2/2] Fix typo on package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc50f1d..c17efaf 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ "maintainers": [ "Thomas Kalka (https://github.com/thoka)", "Michael Maier (https://github.com/species)", - "Jon Richter (https://github.com/almereyda)" + "Jon Richter (https://github.com/almereyda)", "Gualter Barbas Baptista (https://github.com/gandhiano)" ], "contributors": [ "Kei Kreutler (https://github.com/keikreutler)" - + ], "bugs": { "url": "https://github.com/TransforMap/transformap.github.io/issues" },