]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update package.json and add bower.json
authorGeoff Kimball <geoff@zurb.com>
Mon, 24 Aug 2015 22:45:41 +0000 (15:45 -0700)
committerGeoff Kimball <geoff@zurb.com>
Mon, 24 Aug 2015 23:34:01 +0000 (16:34 -0700)
bower.json [new file with mode: 0644]
package.json

diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..00e89d4
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "name": "foundation-emails",
+  "version": "2.0.0-alpha",
+  "homepage": "http://foundation.zurb.com/emails",
+  "authors": [
+    "ZURB <foundation@zurb.com>"
+  ],
+  "description": "A framework for designing responsive emails by ZURB.",
+  "license": "MIT",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ]
+}
index a43884b03989363b936b35653dd3eb21084b68ef..c3b27162bbb0751a29c8310f6810d9baf9a560cd 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "name": "foundation-email",
-  "version": "0.2.0",
+  "name": "foundation-emails",
+  "version": "2.0.0-alpha",
   "description": "A framework for responsive emails made by ZURB",
   "scripts": {
     "start": "gulp",