We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c237a commit 6255c1aCopy full SHA for 6255c1a
.gitignore
@@ -11,6 +11,8 @@
11
npm-debug.log
12
yarn-error.log
13
*node_modules*
14
+yarn.
15
+*package-lock.json
16
17
# IDEs and editors
18
.idea/
projects/ngx-infinite-scroll/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ngx-infinite-scroll",
3
- "version": "18.0.0",
+ "version": "19.0.0",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/orizens/ngx-infinite-scroll"
@@ -25,4 +25,4 @@
25
"url": "https://opencollective.com/ngx-infinite-scroll",
26
"logo": "https://opencollective.com/ngx-infinite-scroll/logo.txt"
27
}
28
-}
+}
0 commit comments