Skip to content

Commit

Permalink
Fixed #5. Bumped to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreybauduin committed Sep 30, 2016
1 parent 4c4fb70 commit 46f5f50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-scroll-pane",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/lght/angular-scroll-pane",
"authors": [
"Geoffrey Bauduin <[email protected]>"
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"jquery": "~2.1.1",
"angularjs": "~1.2.23",
"angular": "~1.2.23",
"jscrollpane": "~2.0.14"
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-scroll-pane",
"version": "1.1.2",
"version": "1.1.3",
"description": "AngularJS bindings for jScrollPane",
"main": "jscrollpane.js",
"scripts": {
Expand All @@ -11,10 +11,11 @@
"url": "git://github.com/lght/angular-scroll-pane"
},
"keywords": [
"angularjs",
"angular",
"jscrollpane",
"scroll",
"pane"
"pane",
"angularjs",
],
"author": "Geoffrey Bauduin <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 46f5f50

Please sign in to comment.