mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-15 05:54:28 -06:00
Merge pull request #301 from JHeiner/issue150
Fix issue #150: use correct paths for dependencies.
This commit is contained in:
commit
0ce450a7a7
@ -48,8 +48,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
"spell-checker": "./node_modules/codemirror-spell-checker/src/js/spell-checker.js",
|
"spell-checker": "codemirror-spell-checker/src/js/spell-checker.js",
|
||||||
"typo": "./node_modules/codemirror-spell-checker/src/js/typo.js"
|
"typo": "codemirror-spell-checker/src/js/typo.js"
|
||||||
},
|
},
|
||||||
"browserify-shim": {
|
"browserify-shim": {
|
||||||
"spell-checker": {
|
"spell-checker": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user