From a1810c99fc2bfe658439ee824994856f79241924 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Fri, 6 Oct 2017 10:36:37 -0700 Subject: [PATCH] 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 --- website/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/package.json b/website/package.json index 2d4d1714fb..12ca66a5b0 100644 --- a/website/package.json +++ b/website/package.json @@ -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" } }