projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daecc3e
)
Remove tinymce from dependencies
author
Boris Bobrov
<breton@cynicmansion.ru>
Wed, 3 May 2017 21:39:19 +0000
(
00:39
+0300)
committer
Boris Bobrov
<breton@cynicmansion.ru>
Wed, 3 May 2017 21:39:19 +0000
(
00:39
+0300)
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.
bower.json
patch
|
blob
|
blame
|
history
diff --git
a/bower.json
b/bower.json
index 5f7fff5d0fa2f006c21280380c65915c2bdf79a4..993921bdc5fbb3e4e46575317c949aa145632139 100644
(file)
--- a/
bower.json
+++ b/
bower.json
@@
-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"
}
}