Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvillar committed Jun 15, 2015
1 parent 2f7f1bc commit 0912453
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Empty file added .npmignore
Empty file.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Dynamics.js is a JavaScript library to create physics-based CSS animations
To see some demos, check out [dynamicsjs.com](http://dynamicsjs.com).

## Usage
Include `dynamics.js` into your page: [download here](https://github.com/michaelvillar/dynamics.js/releases)
Download on [GitHub releases](https://github.com/michaelvillar/dynamics.js/releases) or [npm](https://www.npmjs.com/package/dynamics.js).

Include `dynamics.js` into your page:
```html
<script src="dynamics.js"></script>
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dynamics.js",
"title": "Dynamics.js",
"description": "Javascript library to create physics-related CSS animations",
"version": "0.0.3",
"version": "0.0.6",
"homepage": "http://dynamicsjs.com",
"author": "Michael Villar <[email protected]> (http://twitter.com/michaelvillar)",
"repository": {
Expand Down

0 comments on commit 0912453

Please sign in to comment.