diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..e69de29
diff --git a/README.md b/README.md
index 5eb2b42..dba3cf3 100644
--- a/README.md
+++ b/README.md
@@ -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
```
diff --git a/package.json b/package.json
index dca23b5..0f65d27 100644
--- a/package.json
+++ b/package.json
@@ -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 (http://twitter.com/michaelvillar)",
"repository": {