From 833cb1e8203fa0d6593af897869a4fc8ca29f595 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Thu, 2 Apr 2015 09:20:21 -0700 Subject: [PATCH] Update global.json, sources=>projects --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index ee858df73d..fad3dfeab0 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,3 @@ { - "sources": ["src", "test/WebSites", "samples"] -} \ No newline at end of file + "projects": ["src", "test/WebSites", "samples"] +}