1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Fix content type for JSZip plugin license file

This commit is contained in:
Jermolene 2016-10-23 22:50:14 +01:00
parent 8de4583d6c
commit 5a361bdadc

View File

@ -12,7 +12,7 @@
},{ },{
"file": "LICENSE.markdown", "file": "LICENSE.markdown",
"fields": { "fields": {
"type": "text/markdown", "type": "text/plain",
"title": "$:/plugins/tiddlywiki/jszip/license" "title": "$:/plugins/tiddlywiki/jszip/license"
} }
} }