docusaurus/website/package.json
Joel Marcey a1810c99fc 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
2017-10-06 10:36:37 -07:00

13 lines
504 B
JSON

{
"scripts": {
"start": "../lib/start-server.js",
"build": "../lib/build-files.js",
"publish-gh-pages": "../lib/publish-gh-pages.js",
"examples": "../lib/copy-examples.js",
"write-translations": "../lib/write-translations.js",
"version": "../lib/version.js",
"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"
}
}