Update Juniper [ci skip]

This commit is contained in:
ines 2018-06-28 11:48:17 +02:00
parent d16cb6bee6
commit 06c6dc6fbc
3 changed files with 7 additions and 4 deletions

View File

@ -85,7 +85,7 @@
], ],
"V_CSS": "2.2.1", "V_CSS": "2.2.1",
"V_JS": "2.2.1", "V_JS": "2.2.2",
"DEFAULT_SYNTAX": "python", "DEFAULT_SYNTAX": "python",
"ANALYTICS": "UA-58931649-1", "ANALYTICS": "UA-58931649-1",
"MAILCHIMP": { "MAILCHIMP": {

View File

@ -47,7 +47,10 @@ import initUniverse from './universe.vue.js';
*/ */
{ {
if (window.Juniper) { if (window.Juniper) {
new Juniper({ repo: 'ines/spacy-io-binder' }); new Juniper({
repo: 'ines/spacy-io-binder',
storageExpire: 60
});
} }
} }

File diff suppressed because one or more lines are too long