Skip to content

Commit

Permalink
APIv5.1.2: Add bower support.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylepaulsen committed Jun 5, 2015
1 parent 79c8212 commit 0856fa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Get the <a href="https://raw.githubusercontent.com/kylepaulsen/NanoModal/master/
npm install nanomodal
```

Or Bower:

```
bower install nanomodal
```

# Usage

Basic usage: (See it in action: <a href="http://jsfiddle.net/Zp25P/" target="_blank">Example 1</a>, <a href="http://jsfiddle.net/Rsan5/" target="_blank">Example 2</a>)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanomodal",
"version": "5.1.1",
"version": "5.1.2",
"homepage": "https://github.com/kylepaulsen/NanoModal",
"authors": [
"Kyle Paulsen <[email protected]>"
Expand All @@ -15,7 +15,7 @@
"keywords": [ "modal" ],
"license": "MIT",
"ignore": [
"**/.*",
".*",
"node_modules",
"test",
"src"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanomodal",
"version": "5.1.1",
"version": "5.1.2",
"description": "A small, self-contained JavaScript modal library with some extra features",
"homepage": "https://github.com/kylepaulsen/NanoModal",
"author": {
Expand Down

0 comments on commit 0856fa2

Please sign in to comment.