From: Geoff Kimball Date: Mon, 24 Aug 2015 22:45:41 +0000 (-0700) Subject: Update package.json and add bower.json X-Git-Tag: v2.0.0-rc.1~106^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2b02efff973e51728784a4f7d506b8a50498941;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update package.json and add bower.json --- diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..00e89d4b --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "foundation-emails", + "version": "2.0.0-alpha", + "homepage": "http://foundation.zurb.com/emails", + "authors": [ + "ZURB " + ], + "description": "A framework for designing responsive emails by ZURB.", + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json index a43884b0..c3b27162 100644 --- a/package.json +++ b/package.json @@ -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",