angular-infinity-scrolling 1.5.3 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,6 +41,8 @@ onScrolled - output that accept a voidFunction to be invoked on emit
41
41
  ```
42
42
 
43
43
  ```
44
- Any suggestions or contributions are most welcome. If you are facing any issue with the packge please raise the issue in the github, I'll happt to resolve the bugs.
44
+ Any suggestions or contributions are most welcome.
45
+ If you are facing any issue with the packge please raise the issue in the github.
46
+ I'll happy to resolve the bugs.
45
47
  Happy coding!!
46
48
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "angular-infinity-scrolling",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Jayant061/angular-infinity-scroller"