Skip to content

Commit

Permalink
Merge pull request #9 from massivedisaster/feature/update_readme
Browse files Browse the repository at this point in the history
Update configuration.json
  • Loading branch information
jzeferino authored May 29, 2017
2 parents 583a81d + 6717ba8 commit c9be31c
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions configuration.json
Original file line number Diff line number Diff line change
@@ -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}"
}
}

0 comments on commit c9be31c

Please sign in to comment.