From 6717ba8af263658031ca3670d9556e6f7289ddff Mon Sep 17 00:00:00 2001 From: jzeferino Date: Mon, 29 May 2017 12:03:48 +0100 Subject: [PATCH] Update configuration.json --- configuration.json | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/configuration.json b/configuration.json index eda986c..498b23a 100644 --- a/configuration.json +++ b/configuration.json @@ -1,19 +1,12 @@ { - "basePath": "./../ADAL", - "readmePath": "./../ADAL/README.adoc", + "basePath": "./", + "readmePath": "./README.md", "version": "0.1.9", - "modules": [ - "adal", - "adal-utils", - "adal-accounts", - "adal-adapters", - "adal-analytics", - "adal-bus", - "adal-fragments", - "adal-managers", - "adal-network", - "adal-location" + "modules": [ + "module-1", + "module-2", + "module-3" ], "bintrayUsername": "{username}", "bintrayKey": "{key}" -} \ No newline at end of file +}