Remove tinymce from dependencies

I think it was supposed to be used in blogs, but we never got there.
So lets just drop it from requirements in bower.json.
This commit is contained in:
Boris Bobrov 2017-05-04 00:39:19 +03:00
parent daecc3e183
commit 754c4b1a0d

View File

@ -14,7 +14,6 @@
"dependencies": {
"jquery": "~2.1.3",
"video.js": "~4.11.4",
"leaflet": "~0.7.3",
"tinymce": "~4.1.7"
"leaflet": "~0.7.3"
}
}