Skip to content

Commit

Permalink
Fixing up versions and bumping to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rpocklin committed Jun 21, 2016
1 parent 30c8ae7 commit 32ea0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-scroll-animate",
"version": "0.8.0",
"version": "0.9.9",
"license": "MIT",
"main": [
"dist/angular-scroll-animate.js"
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "angular-scroll-animate",
"description": "",
"description": "An Angular.js directive which allows you to perform any javascript actions (in the controller, or on the element) when an element is scrolled into, or out of, the users viewport, without any other dependencies.",
"homepage": "https://github.com/rpocklin/angular-scroll-animate",
"author": "Robert Pocklington <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/rpocklin/angular-scroll-animate.git"
},
"main": [
"src/angular-scroll-animate.js"
],
"main": "./dist/angular-scroll-animate.js",
"keywords": [
"angular",
"directive",
Expand All @@ -20,7 +18,7 @@
"viewport",
"lazy"
],
"version": "0.9.8",
"version": "0.9.9",
"license": "MIT",
"dependencies": {
"angular": "^1.3.15"
Expand Down

0 comments on commit 32ea0c8

Please sign in to comment.