From 532fca365cdb8b46db25ebeada04ea28716a5e00 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Thu, 2 Apr 2015 09:19:52 -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 be397c3721..ec2e704f70 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,3 @@ { - "sources": ["src", "test"] -} \ No newline at end of file + "projects": ["src", "test"] +}