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:
Joel Marcey 2017-10-06 10:36:37 -07:00 committed by GitHub
parent 5e4ee88153
commit a1810c99fc

View file

@ -9,8 +9,5 @@
"rename-version": "../lib/rename-version.js", "rename-version": "../lib/rename-version.js",
"crowdin-upload": "crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master", "crowdin-upload": "crowdin-cli --config ../crowdin.yaml upload sources --auto-update -b master",
"crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master" "crowdin-download": "crowdin-cli --config ../crowdin.yaml download -b master"
},
"dependencies": {
"docusaurus": "^1.0.0-alpha.41"
} }
} }