2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-09-24 16:40:55 -06:00

Change deprecated "prepublish" to "prepare" in package.json.

This commit is contained in:
Jeroen Akkerman 2018-11-09 10:25:06 +01:00
parent 574f49a7ec
commit 23353cb552

View File

@ -37,6 +37,6 @@
"url": "https://github.com/ionaru/easy-markdown-editor" "url": "https://github.com/ionaru/easy-markdown-editor"
}, },
"scripts": { "scripts": {
"prepublish": "gulp" "prepare": "gulp"
} }
} }