Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Remove bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 14, 2015
1 parent 8d9c559 commit 1851518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,16 @@ abbr-touch is a tiny JavaScript library that makes the title attribute of `<abbr
[![Example usage: touching an <abbr> 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
<!-- Bower -->
<script src="bower_components/abbr-touch/abbr-touch.js"></script>

<!-- NPM -->
<script src="node_modules/abbr-touch/abbr-touch.js"></script>
```

Expand Down
22 changes: 0 additions & 22 deletions bower.json

This file was deleted.

0 comments on commit 1851518

Please sign in to comment.