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 +}