]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fill out package.json and bump to version 2.0.0-beta.1
authorGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 18:39:19 +0000 (10:39 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 18:39:19 +0000 (10:39 -0800)
bower.json
package.json

index 00e89d4b0432fb46d40e8b0dafa265938a320caa..cfdcdf39bf8969c7676f0caa575568e0b6d114d7 100644 (file)
@@ -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 <foundation@zurb.com>"
index 619592f3eccc5cbc2c2f667ce72ab1abd1d28d30..329562727970da00fbdb2514b781375b0a1bb0cc 100644 (file)
@@ -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 <foundation@zurb.com> (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"
 }