From cbeffc0d159045b3563336982f1a5d02f9781d26 Mon Sep 17 00:00:00 2001 From: dillon Date: Thu, 6 Aug 2015 13:33:12 -0700 Subject: [PATCH] removed bower dependency --- bower.json | 24 ------------------------ package.json | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 3e00ac4..0000000 --- a/bower.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "react-foundation-apps", - "version": "0.0.1", - "homepage": "https://github.com/akiran/react-foundation-apps", - "authors": [ - "Kiran Abburi" - ], - "description": "React port for foundation-apps", - "keywords": [ - "React", - "foundation-apps" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "dependencies": { - "foundation-apps": "~1.1.0" - } -} diff --git a/package.json b/package.json index d2197fc..77904d0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "'React port of foundation-apps'", "main": "index.js", "scripts": { - "postinstall": "bower install", "start": "./node_modules/.bin/gulp server", "prepublish": "./node_modules/.bin/babel ./src --out-dir ./lib --ignore *.min.js && ./node_modules/.bin/gulp dist" }, @@ -71,7 +70,8 @@ "dependencies": { "object-assign": "^2.0.0", "pubsub-js": "^1.5.0", - "tether": "^0.6.5" + "tether": "^0.6.5", + "foundation-apps": "~1.1.0" }, "browserify": { "transform": [