Skip to content

Commit cdf1b19

Browse files
author
fieg
committed
https urls in package.json
1 parent e399bf8 commit cdf1b19

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist/
44
conveyor.yml
55
/vendor/
66
composer.lock
7+
package-lock.json

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"title": "Infinite Ajax Scroll",
44
"version": "2.2.3",
55
"description": "A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
6-
"homepage": "http://infiniteajaxscroll.com",
6+
"homepage": "https://infiniteajaxscroll.com",
77
"main": "src/jquery-ias.js",
8-
"repository": "http://github.com/webcreate/infinite-ajax-scroll",
8+
"repository": "https://github.com/webcreate/infinite-ajax-scroll",
99
"bugs": {
10-
"url" : "http://infiniteajaxscroll.com/docs/support.html"
10+
"url": "https://infiniteajaxscroll.com/docs/support.html"
1111
},
1212
"author": {
1313
"company": "Webcreate",

0 commit comments

Comments
 (0)