Skip to content

Commit bb543cf

Browse files
committed
1.0.0
1 parent 68ddf20 commit bb543cf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"name": "react-smart-scroll",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"description": "Smart Scroll React Component for long lists",
55
"author": "Steven Sacks",
66
"homepage": "https://github.com/stevensacks/react-smart-scroll",
77
"license": "MIT",
88
"repository": "https://github.com/stevensacks/react-smart-scroll",
99
"keywords": [
10-
"react", "react scroll", "react smart scroll", "react list", "react list scroll", "react hooks"
10+
"react",
11+
"react scroll",
12+
"react smart scroll",
13+
"react list",
14+
"react list scroll",
15+
"react hooks"
1116
],
1217
"main": "lib/index.js",
1318
"module": "es/index.js",

0 commit comments

Comments
 (0)