]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Remove npm postinstall step, which was being run in the template project, and bump...
authorGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 18:44:36 +0000 (10:44 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 18:44:36 +0000 (10:44 -0800)
bower.json
package.json

index cfdcdf39bf8969c7676f0caa575568e0b6d114d7..e0c2e35d763eb384f8365306fffe7bc8c3bab303 100644 (file)
@@ -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 <foundation@zurb.com>"
index 329562727970da00fbdb2514b781375b0a1bb0cc..22f9ada68e39eb51d9a9ae688c96d28886a30e3f 100644 (file)
@@ -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",