diff --git a/web/shell/audio.ts b/shell/audio.ts similarity index 100% rename from web/shell/audio.ts rename to shell/audio.ts diff --git a/web/shell/cdda.ts b/shell/cdda.ts similarity index 100% rename from web/shell/cdda.ts rename to shell/cdda.ts diff --git a/web/shell/cdimage.ts b/shell/cdimage.ts similarity index 100% rename from web/shell/cdimage.ts rename to shell/cdimage.ts diff --git a/web/shell/loader.ts b/shell/loader.ts similarity index 100% rename from web/shell/loader.ts rename to shell/loader.ts diff --git a/web/shell/package.json b/shell/package.json similarity index 100% rename from web/shell/package.json rename to shell/package.json diff --git a/web/shell/shell.ts b/shell/shell.ts similarity index 100% rename from web/shell/shell.ts rename to shell/shell.ts diff --git a/web/shell/text-decoder.ts b/shell/text-decoder.ts similarity index 100% rename from web/shell/text-decoder.ts rename to shell/text-decoder.ts diff --git a/web/shell/tsconfig.json b/shell/tsconfig.json similarity index 79% rename from web/shell/tsconfig.json rename to shell/tsconfig.json index f5f0ae5..5d89a1a 100644 --- a/web/shell/tsconfig.json +++ b/shell/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es6", - "outFile": "../../docs/shell.js", + "outFile": "../docs/shell.js", "noImplicitAny": true, "sourceMap": false }, diff --git a/web/shell/tslint.json b/shell/tslint.json similarity index 100% rename from web/shell/tslint.json rename to shell/tslint.json diff --git a/web/shell/util.ts b/shell/util.ts similarity index 100% rename from web/shell/util.ts rename to shell/util.ts diff --git a/web/shell/volume.ts b/shell/volume.ts similarity index 100% rename from web/shell/volume.ts rename to shell/volume.ts diff --git a/web/shell/zoom.ts b/shell/zoom.ts similarity index 100% rename from web/shell/zoom.ts rename to shell/zoom.ts