mirror of https://github.com/explosion/spaCy.git
Update Juniper [ci skip]
This commit is contained in:
parent
d16cb6bee6
commit
06c6dc6fbc
|
@ -85,7 +85,7 @@
|
|||
],
|
||||
|
||||
"V_CSS": "2.2.1",
|
||||
"V_JS": "2.2.1",
|
||||
"V_JS": "2.2.2",
|
||||
"DEFAULT_SYNTAX": "python",
|
||||
"ANALYTICS": "UA-58931649-1",
|
||||
"MAILCHIMP": {
|
||||
|
|
|
@ -47,7 +47,10 @@ import initUniverse from './universe.vue.js';
|
|||
*/
|
||||
{
|
||||
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
Loading…
Reference in New Issue