mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 17:54:39 +03:00
Update branch name
This commit is contained in:
parent
85e816738f
commit
58a289b309
|
@ -4,7 +4,7 @@
|
||||||
"slogan": "Industrial-strength Natural Language Processing in Python",
|
"slogan": "Industrial-strength Natural Language Processing in Python",
|
||||||
"siteUrl": "https://spacy.io",
|
"siteUrl": "https://spacy.io",
|
||||||
"siteUrlNightly": "https://nightly.spacy.io",
|
"siteUrlNightly": "https://nightly.spacy.io",
|
||||||
"nightlyBranches": ["spacy.io-develop"],
|
"nightlyBranches": ["nightly.spacy.io"],
|
||||||
"email": "contact@explosion.ai",
|
"email": "contact@explosion.ai",
|
||||||
"company": "Explosion AI",
|
"company": "Explosion AI",
|
||||||
"companyUrl": "https://explosion.ai",
|
"companyUrl": "https://explosion.ai",
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gatsby build",
|
"build": "gatsby build",
|
||||||
"dev": "gatsby develop",
|
"dev": "gatsby develop",
|
||||||
"dev:nightly": "BRANCH=spacy.io-develop npm run dev",
|
"dev:nightly": "BRANCH=nightly.spacy.io npm run dev",
|
||||||
"lint": "eslint **",
|
"lint": "eslint **",
|
||||||
"clear": "rm -rf .cache",
|
"clear": "rm -rf .cache",
|
||||||
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
|
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user