Skip to content

Commit

Permalink
[upades] reademe & bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudmolo committed Feb 11, 2014
1 parent ff0278a commit 4e432f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ include the ```SmoothScroll``` in your application dependencies
```

``$goTo`` accepts :
number
simple DOM element
angular element
selector
* number
* simple DOM element
* angular element
* selector

---------

Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ngSmoothScroll",
"version": "0.0.0",
"version": "0.2.0",
"authors": [
"Molo <[email protected]>"
"Arnaud Pichon <[email protected]>"
],
"license": "MIT",
"ignore": [
Expand All @@ -13,7 +13,7 @@
"tests"
],
"dependencies": {
"angular": "~1.2.10"
"angular": "~1.2"
},
"devDependencies": {
"angular-scenario": "~1.2.12",
Expand Down

0 comments on commit 4e432f4

Please sign in to comment.