2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 07:34:28 -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 098236a153
commit d81b2326f6

View File

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