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"
}
}