diff --git a/large-local-storage/large-local-storage-tests.ts b/lls/lls-tests.ts similarity index 96% rename from large-local-storage/large-local-storage-tests.ts rename to lls/lls-tests.ts index 6fdf8e59c..72031daf7 100644 --- a/large-local-storage/large-local-storage-tests.ts +++ b/lls/lls-tests.ts @@ -1,6 +1,6 @@ -/// +/// -import LargeLocalStorage = require('large-local-storage'); +import LargeLocalStorage = require('lls'); var storage = new LargeLocalStorage({size: 75*1024*1024}); storage.initialized.then(function(grantedCapacity) { diff --git a/large-local-storage/large-local-storage.d.ts b/lls/lls.d.ts similarity index 99% rename from large-local-storage/large-local-storage.d.ts rename to lls/lls.d.ts index 41215067d..f58bda360 100644 --- a/large-local-storage/large-local-storage.d.ts +++ b/lls/lls.d.ts @@ -120,7 +120,7 @@ declare module LargeLocalStorageInterfaces { } } -declare module "large-local-storage" { +declare module "lls" { var LargeLocalStorage: LargeLocalStorageInterfaces.LargeLocalStorageService; export = LargeLocalStorage; } \ No newline at end of file