From 1851518b648e24ab53065cd52a92477791851ad5 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 13 Nov 2015 17:21:23 -0800 Subject: [PATCH] Remove bower support --- README.md | 12 ++---------- bower.json | 22 ---------------------- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 bower.json diff --git a/README.md b/README.md index 10af610..29fdcc3 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,16 @@ abbr-touch is a tiny JavaScript library that makes the title attribute of ` tag brings up a description](example.png)][1] -## Installing +## Install ```bash -# via bower -bower install --save abbr-touch - -# via NPM npm install --save abbr-touch ``` -## Including +## Include ```html - - - - ``` diff --git a/bower.json b/bower.json deleted file mode 100644 index ea98a0d..0000000 --- a/bower.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "abbr-touch", - "main": "abbr-touch.js", - "version": "2.1.4", - "homepage": "https://github.com/Tyriar/abbr-touch", - "authors": [ - "Tyriar (http://www.growingwiththeweb.com)" - ], - "description": "Makes element title attributes touch accessible", - "keywords": [ - "touch", - "event" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -}