From 1d7ac248eeebe06485ccea19cad842ff99f6b323 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Thu, 2 Apr 2015 09:19:54 -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 cad39504d4..d9b4ed63ae 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,3 @@ -{ - "sources": [ "src" ] +{ + "projects": [ "src" ] }