diff --git a/package.json b/package.json index 445e5f9..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,18 +12,18 @@ "main": "lib/Styliner.js", "repository": { "type": "git", - "url": "git://github.com/SLaks/Styliner.git" + "url": "git://github.com/zamb3zi/Styliner.git" }, "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",