Update live code [ci skip]

This commit is contained in:
Ines Montani 2018-08-15 15:28:48 +02:00
parent fe94e696d3
commit fd9d175a53
2 changed files with 2 additions and 1 deletions

View File

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

View File

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