Skip to content

Commit f35847d

Browse files
committed
Fixes package.json 'main' field.
1 parent 185b400 commit f35847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description":
55
"Walk a React element tree, executing a provided function against each node.",
66
"license": "MIT",
7-
"main": "commonjs/index.js",
7+
"main": "dist/react-tree-walker.js",
88
"files": ["*.js", "*.md", "dist"],
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)