Skip to content

Commit

Permalink
Publish WOW.js to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieua committed May 6, 2016
1 parent 5ea68b1 commit c944ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ It just take seconds to install and use WOW.js!
bower install wowjs
```

- NPM

```bash
npm install wowjs
```

### Basic usage

- HTML
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name" : "wow",
"name" : "wowjs",
"title" : "WOW",
"version" : "1.1.2",
"description" : "",
Expand Down

0 comments on commit c944ab7

Please sign in to comment.