mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
Remove dependency from website package.json (#117)
This isn't needed and we don't need to keep up with it everytime we push a package. We only have to keep up with the versioning in the main package.json
This commit is contained in:
parent
5e4ee88153
commit
a1810c99fc
1 changed files with 0 additions and 3 deletions
|
@ -9,8 +9,5 @@
|
|||
"rename-version": "../lib/rename-version.js",
|
||||
"crowdin-upload": "crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master",
|
||||
"crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master"
|
||||
},
|
||||
"dependencies": {
|
||||
"docusaurus": "^1.0.0-alpha.41"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue