Skip to content

Commit c962a94

Browse files
committed
Package main should point to lib, fixes JedWatson#3
1 parent d46046b commit c962a94

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
@@ -2,7 +2,7 @@
22
"name": "react-codemirror",
33
"version": "0.1.0",
44
"description": "Codemirror",
5-
"main": "src/Codemirror.js",
5+
"main": "lib/Codemirror.js",
66
"author": "Jed Watson",
77
"homepage": "https://github.com/JedWatson/react-codemirror",
88
"repository": {

0 commit comments

Comments
 (0)