From: Geoff Kimball Date: Wed, 17 Feb 2016 18:44:36 +0000 (-0800) Subject: Remove npm postinstall step, which was being run in the template project, and bump... X-Git-Tag: v2.0.0-rc.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da9ed6185cc5db19384064bce495ee23309369ff;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Remove npm postinstall step, which was being run in the template project, and bump to version 2.0.0-beta.2 --- diff --git a/bower.json b/bower.json index cfdcdf39..e0c2e35d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "foundation-emails", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "homepage": "http://foundation.zurb.com/emails", "authors": [ "ZURB " diff --git a/package.json b/package.json index 32956272..22f9ada6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-emails", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "A framework for responsive emails made by ZURB", "keywords": [ "responsive", @@ -10,8 +10,7 @@ "scripts": { "start": "gulp", "test": "cd testing && npm start", - "production": "cd testing && npm run build", - "postinstall": "cd testing && npm i" + "production": "cd testing && npm run build" }, "repository": "https://github.com/zurb/foundation-emails", "bugs": "https://github.com/zurb/foundation-emails/issues",