Skip to content

Commit 1157de2

Browse files
authored
Merge pull request #22 from toneplex/fix-package-main
Fix package main
2 parents 360ff9d + 8349ce2 commit 1157de2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cd react-simplemde-editor
3131
npm install
3232
cd demo
3333
gulp
34-
open browser to localhost:3000
34+
open browser to localhost:5555
3535
```
3636

3737
## Usage

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)