Skip to content

Commit 6255c1a

Browse files
committed
chore: remove locks
1 parent b5c237a commit 6255c1a

File tree

3 files changed

+4
-8058
lines changed

3 files changed

+4
-8058
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
npm-debug.log
1212
yarn-error.log
1313
*node_modules*
14+
yarn.
15+
*package-lock.json
1416

1517
# IDEs and editors
1618
.idea/

projects/ngx-infinite-scroll/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-infinite-scroll",
3-
"version": "18.0.0",
3+
"version": "19.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/orizens/ngx-infinite-scroll"
@@ -25,4 +25,4 @@
2525
"url": "https://opencollective.com/ngx-infinite-scroll",
2626
"logo": "https://opencollective.com/ngx-infinite-scroll/logo.txt"
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)