mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 21:50:35 +03:00
Update Juniper [ci skip]
This commit is contained in:
parent
d16cb6bee6
commit
06c6dc6fbc
|
@ -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": {
|
||||||
|
|
|
@ -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
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
4
website/assets/js/vendor/juniper.min.js
vendored
4
website/assets/js/vendor/juniper.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user