From 7564f30c0b9456ed701ebc21d2507b2c950cb912 Mon Sep 17 00:00:00 2001 From: Zander Martineau Date: Sat, 1 Mar 2014 09:10:41 +0000 Subject: [PATCH] Include unminified version of swiftclick when installed through bower --- bower.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index c4ef73d..f41167b 100644 --- a/bower.json +++ b/bower.json @@ -6,12 +6,14 @@ "Ivan Hayes <@munkychop>" ], "description": "SwiftClick is a library created to eliminate the 300ms click event delay on touch devices that support orientation change.", - "main": "js/dist/swiftclick.min.js", + "main": ["js/dist/swiftclick.min.js", "js/libs/swiftclick.js"], "keywords": [ "swiftclick", "javascript", "library", - "mobile" + "mobile", + "fastclick", + "tap" ], "license": "MIT", "ignore": [ @@ -21,8 +23,8 @@ "Gruntfile.js", "index.html", "js/app", - "js/libs", "node_modules", - "package.json" + "package.json", + "license.txt" ] }