Skip to content

Commit 604f191

Browse files
committed
v1.3.0
1 parent b7d6be5 commit 604f191

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-smart-scroll",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"description": "Smart Scroll React Component for long lists",
55
"author": "Steven Sacks",
66
"homepage": "https://github.com/stevensacks/react-smart-scroll",
@@ -18,7 +18,9 @@
1818
"main": "./dist/index.js",
1919
"module": "./dist/index.es.js",
2020
"types": "./dist/index.d.ts",
21-
"files": ["dist"],
21+
"files": [
22+
"dist"
23+
],
2224
"scripts": {
2325
"build": "rollup -c",
2426
"test": "react-scripts test",

0 commit comments

Comments
 (0)