From: Geoff Kimball Date: Wed, 17 Feb 2016 18:39:19 +0000 (-0800) Subject: Fill out package.json and bump to version 2.0.0-beta.1 X-Git-Tag: v2.0.0-rc.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729fc05ba77dfb4534aa41c9834feba63250db31;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fill out package.json and bump to version 2.0.0-beta.1 --- diff --git a/bower.json b/bower.json index 00e89d4b..cfdcdf39 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-emails", - "version": "2.0.0-alpha", + "version": "2.0.0-beta.1", "homepage": "http://foundation.zurb.com/emails", "authors": [ "ZURB " diff --git a/package.json b/package.json index 619592f3..32956272 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,20 @@ { "name": "foundation-emails", - "version": "2.0.0-alpha", + "version": "2.0.0-beta.1", "description": "A framework for responsive emails made by ZURB", + "keywords": [ + "responsive", + "emails" + ], + "author": "ZURB (http://foundation.zurb.com)", "scripts": { "start": "gulp", "test": "cd testing && npm start", "production": "cd testing && npm run build", "postinstall": "cd testing && npm i" }, + "repository": "https://github.com/zurb/foundation-emails", + "bugs": "https://github.com/zurb/foundation-emails/issues", "devDependencies": { "browser-sync": "^2.9.10", "cheerio": "^0.19.0", @@ -45,5 +52,6 @@ "dependencies": { "foundation-sites": "^6.0.5", "motion-ui": "^1.1.1" - } + }, + "license": "MIT" }