Skip to content

Commit 39af865

Browse files
committed
changed package.json main to use the transpiled file, not the src file
1 parent 360ff9d commit 39af865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react": "^0.14.2",
1010
"simplemde": "^1.11.2"
1111
},
12-
"main": "src/index.js",
12+
"main": "dist/react-simplemde-editor.js",
1313
"devDependencies": {
1414
"babel-core": "^6.3.15",
1515
"babel-loader": "^6.2.0",

0 commit comments

Comments
 (0)