From d14ef59cf23c306425b0d986d07136d07f2c132f Mon Sep 17 00:00:00 2001 From: John McLaughlin Date: Mon, 31 Oct 2016 12:48:45 +0700 Subject: [PATCH 1/2] Upgraded Q dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 445e5f9..eb603e7 100644 --- a/package.json +++ b/package.json @@ -16,14 +16,14 @@ }, "license": "MIT", "dependencies": { - "q": "^1.0.1", + "q": "^1.4.1", "cheerio": "~0.10.1", "winston": "~0.6.2", "lodash": "~1.0.0-rc.3", "CSSselect": "~0.3.0", - "q-io": ">=2.0.6", + "q-io": "^1.13.2", "parserlib": ">0.2.0", - "qx": "~0.2.4" + "qx": "^1.0.0" }, "devDependencies": { "commander": "~1.0.5", From d9c6238491ebacb8f9912fa74c628edc2c749842 Mon Sep 17 00:00:00 2001 From: John McLaughlin Date: Mon, 31 Oct 2016 13:41:56 +0700 Subject: [PATCH 2/2] Version bump --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eb603e7..9c43538 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "styliner", - "version": "1.0.0", + "version": "1.0.2", "description": "Applies external CSS stylesheets to HTML emails to work with Gmail.", - "homepage": "https://github.com/SLaks/Styliner", + "homepage": "https://github.com/zamb3zi/Styliner", "author": "Schabse Laks (http://slaks.net)", "keywords": [ "email", @@ -12,7 +12,7 @@ "main": "lib/Styliner.js", "repository": { "type": "git", - "url": "git://github.com/SLaks/Styliner.git" + "url": "git://github.com/zamb3zi/Styliner.git" }, "license": "MIT", "dependencies": {