Skip to content

Commit

Permalink
Test jsDeliver cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
kahwee committed Jun 1, 2015
1 parent 113db34 commit 435c901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ See demo: https://kahwee.github.io/viewability/
* [Bower](http://bower.io/): `bower install --save viewability`
* [npm](https://www.npmjs.org/): `npm install --save viewability`
* Direct download the latest version: https://github.com/kahwee/viewability/releases
* [jsDelivr CDN](http://www.jsdelivr.com/#!viewability): `<script src="//cdn.jsdelivr.net/viewability/VERSION/viewability.min.js"></script>`

# Usage

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viewability",
"main": "dist/viewability.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "Returns how viewable an element is",
"homepage": "https://github.com/kahwee/viewability",
"authors": [
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": "viewability",
"version": "1.1.1",
"version": "1.1.2",
"description": "Returns how viewable an element is",
"main": "dist/viewability.js",
"scripts": {
Expand Down

0 comments on commit 435c901

Please sign in to comment.