diff --git a/package.json b/package.json index ccb28f3..84f9e89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inky", - "version": "1.2.6", + "version": "1.3.0", "description": "Convert a simple HTML syntax into tables compatible with Foundation for Emails.", "author": "ZURB (http://foundation.zurb.com)", "keywords": [ @@ -15,6 +15,7 @@ }, "dependencies": { "cheerio": "^0.20.0", + "foundation-emails": "^2.0.0-rc.4", "mkdirp": "^0.5.1", "multiline": "^1.0.2", "object-values": "^1.0.0",