Skip to content

Commit 46f5f50

Browse files
Fixed #5. Bumped to 1.1.3
1 parent 4c4fb70 commit 46f5f50

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-scroll-pane",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"homepage": "https://github.com/lght/angular-scroll-pane",
55
"authors": [
66
"Geoffrey Bauduin <[email protected]>"
@@ -27,7 +27,7 @@
2727
],
2828
"dependencies": {
2929
"jquery": "~2.1.1",
30-
"angularjs": "~1.2.23",
30+
"angular": "~1.2.23",
3131
"jscrollpane": "~2.0.14"
3232
}
3333
}

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-scroll-pane",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "AngularJS bindings for jScrollPane",
55
"main": "jscrollpane.js",
66
"scripts": {
@@ -11,10 +11,11 @@
1111
"url": "git://github.com/lght/angular-scroll-pane"
1212
},
1313
"keywords": [
14-
"angularjs",
14+
"angular",
1515
"jscrollpane",
1616
"scroll",
17-
"pane"
17+
"pane",
18+
"angularjs",
1819
],
1920
"author": "Geoffrey Bauduin <[email protected]>",
2021
"license": "MIT",

0 commit comments

Comments
 (0)