Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit fbcc0cb

Browse files
committed
fix path
1 parent 69d6450 commit fbcc0cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-scrollspy",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "react scrollspy component",
5-
"main": "./lib/scrollspy.js",
5+
"main": "./lib/Scrollspy.js",
66
"files": [
77
"README.md",
8-
"lib/scrollspy.js",
8+
"lib/Scrollspy.js",
99
"lib/throttle.js",
1010
"package.json",
1111
"webpack.config.babel.js",

0 commit comments

Comments
 (0)