From f81d9e1274ffeb8b558603e74d771e6f84a9b0d5 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 1 Feb 2016 17:03:37 -0800 Subject: [PATCH] Mark chokidar as optional dependency --- packages/babel-cli/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 108c351cf4..20e62a05fd 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -13,7 +13,6 @@ "babel-runtime": "^5.0.0", "bin-version-check": "^2.1.0", "chalk": "1.1.1", - "chokidar": "^1.0.0", "commander": "^2.8.1", "convert-source-map": "^1.1.0", "fs-readdir-recursive": "^0.1.0", @@ -28,6 +27,9 @@ "source-map": "^0.5.0", "v8flags": "^2.0.10" }, + "optionalDependencies": { + "chokidar": "^1.0.0" + }, "devDependencies": { "babel-helper-fixtures": "^6.3.13" },