Skip to content

Commit 2fa726d

Browse files
committed
v1.6.0
1 parent 6808cf4 commit 2fa726d

File tree

3 files changed

+41
-31
lines changed

3 files changed

+41
-31
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
public
33
node_modules
44
temp
5-
/nbproject/private/
5+
/nbproject/private/
6+
*.log

bower.json

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
11
{
2-
"name": "angular-ui-scroll",
3-
"version": "1.5.2",
4-
"homepage": "https://github.com/angular-ui/ui-scroll.git",
5-
"description": "AngularJS infinite scrolling module",
6-
"main": "./dist/ui-scroll.js",
7-
"keywords": [
8-
"angular",
9-
"angularjs",
10-
"angular.ui",
11-
"angular-ui",
12-
"ui.scroll",
13-
"ui-scroll",
14-
"infinite",
15-
"live",
16-
"perpetual",
17-
"scroll",
18-
"scroller",
19-
"scrolling"
20-
],
21-
"license": "MIT",
22-
"ignore": [
23-
"server",
24-
"test",
25-
"demo",
26-
"**/.*",
27-
"Gruntfile.js",
28-
"package.json"
29-
]
2+
"name": "angular-ui-scroll",
3+
"description": "AngularJS infinite scrolling module",
4+
"version": "1.6.0",
5+
"main": "./dist/ui-scroll.js",
6+
"homepage": "https://github.com/angular-ui/ui-scroll.git",
7+
"license": "MIT",
8+
"keywords": [
9+
"angular",
10+
"angularjs",
11+
"angular.ui",
12+
"angular-ui",
13+
"ui.scroll",
14+
"ui-scroll",
15+
"angular-ui-scroll",
16+
"unlimited",
17+
"infinite",
18+
"live",
19+
"perpetual",
20+
"scroll",
21+
"scroller",
22+
"scrolling"
23+
],
24+
"ignore": [
25+
"node_modules",
26+
"src",
27+
"temp",
28+
"test",
29+
".gitignore",
30+
".jshintrc",
31+
".npmignore",
32+
".travis.yml",
33+
"Gruntfile.js",
34+
"package.json",
35+
"webpack.config.js"
36+
]
3037
}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-scroll",
3-
"description": "two way infinite scroll",
4-
"version": "1.5.2",
3+
"description": "AngularJS infinite scrolling module",
4+
"version": "1.6.0",
55
"src": "./src/",
66
"public": "./public/",
77
"main": "./dist/ui-scroll.js",
@@ -52,6 +52,8 @@
5252
"angular-ui",
5353
"ui.scroll",
5454
"ui-scroll",
55+
"angular-ui-scroll",
56+
"unlimited",
5557
"infinite",
5658
"live",
5759
"perpetual",

0 commit comments

Comments
 (0)