diff --git a/filesystem/index.ts b/filesystem/index.ts index 0af49ea2a..ad3556947 100644 --- a/filesystem/index.ts +++ b/filesystem/index.ts @@ -1,2 +1,2 @@ declare var module, require; -module.exports = require("fileSystem/file_system"); \ No newline at end of file +module.exports = require("filesystem/file_system"); \ No newline at end of file diff --git a/http/http_request.android.ts b/http/http_request.android.ts index 80ac1b7b6..0e895a2dc 100644 --- a/http/http_request.android.ts +++ b/http/http_request.android.ts @@ -11,7 +11,7 @@ export function request(options: http.HttpRequestOptions): promises.Promise