Skip to content

Commit 08552ff

Browse files
committed
Fixing up versions and bumping to 0.9.9
1 parent 5e87114 commit 08552ff

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-scroll-animate",
3-
"version": "0.8.0",
3+
"version": "0.9.9",
44
"license": "MIT",
55
"main": [
66
"dist/angular-scroll-animate.js"

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"name": "angular-scroll-animate",
3-
"description": "",
3+
"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.",
44
"homepage": "https://github.com/rpocklin/angular-scroll-animate",
55
"author": "Robert Pocklington <[email protected]>",
66
"repository": {
77
"type": "git",
88
"url": "http://github.com/rpocklin/angular-scroll-animate.git"
99
},
10-
"main": [
11-
"src/angular-scroll-animate.js"
12-
],
10+
"main": "./dist/angular-scroll-animate.js",
1311
"keywords": [
1412
"angular",
1513
"directive",
@@ -20,7 +18,7 @@
2018
"viewport",
2119
"lazy"
2220
],
23-
"version": "0.9.8",
21+
"version": "0.9.9",
2422
"license": "MIT",
2523
"dependencies": {
2624
"angular": "^1.3.15"

0 commit comments

Comments
 (0)