Skip to content

Commit b60931b

Browse files
committed
1.0.1
1 parent 10f2448 commit b60931b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-infinity-loading",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Event-driven, fully-controlled infinite scroll loading for React, especially for mobile",
55
"main": "dist/react-infinite-loading.js",
66
"module": "components/InfiniteLoading/InfiniteLoading.js",
@@ -14,7 +14,10 @@
1414
"test": "echo \"Error: no test specified\" && exit 1"
1515
},
1616
"lint-staged": {
17-
"**/*.js": ["prettier --write", "git add"]
17+
"**/*.js": [
18+
"prettier --write",
19+
"git add"
20+
]
1821
},
1922
"repository": {
2023
"type": "git",

0 commit comments

Comments
 (0)