Skip to content

Commit eb147b2

Browse files
author
Ola Holmström
committed
bump version and add @danbrianwhite as contributor
1 parent 6c77716 commit eb147b2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Scrollparent(document.getElementById("inside-a-scrolling-div")) // HTMLDivElemen
2626

2727
* Ola Holmström (@olahol)
2828
* Bart Nagel (@tremby)
29+
* Daniel White (@danbrianwhite)
2930

3031
## License
3132

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scrollparent.js"
55
],
66
"dependencies": {},
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"homepage": "https://github.com/olahol/scrollparent.js",
99
"description": "A function to get the scrolling parent of an html element.",
1010
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrollparent",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A function to get the scrolling parent of an html element.",
55
"main": "scrollparent.js",
66
"repository": {

0 commit comments

Comments
 (0)