Skip to content

Commit 0956517

Browse files
author
- -
committed
use require
1 parent 9d4f618 commit 0956517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author F-loat
44
*/
55

6-
import markdownEditor from './markdown-editor'
6+
const markdownEditor = require('./markdown-editor')
77

88
const VueSimplemde = {
99
markdownEditor,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-simplemde",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "SimpleMDE - Markdown Editor component for Vue.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)