From d829fa85d511cd63762f41a7dba362e41feefe3f Mon Sep 17 00:00:00 2001 From: kichikuou Date: Sat, 25 Mar 2017 13:31:02 +0900 Subject: [PATCH] web/shell -> shell/ --- {web/shell => shell}/audio.ts | 0 {web/shell => shell}/cdda.ts | 0 {web/shell => shell}/cdimage.ts | 0 {web/shell => shell}/loader.ts | 0 {web/shell => shell}/package.json | 0 {web/shell => shell}/shell.ts | 0 {web/shell => shell}/text-decoder.ts | 0 {web/shell => shell}/tsconfig.json | 2 +- {web/shell => shell}/tslint.json | 0 {web/shell => shell}/util.ts | 0 {web/shell => shell}/volume.ts | 0 {web/shell => shell}/zoom.ts | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename {web/shell => shell}/audio.ts (100%) rename {web/shell => shell}/cdda.ts (100%) rename {web/shell => shell}/cdimage.ts (100%) rename {web/shell => shell}/loader.ts (100%) rename {web/shell => shell}/package.json (100%) rename {web/shell => shell}/shell.ts (100%) rename {web/shell => shell}/text-decoder.ts (100%) rename {web/shell => shell}/tsconfig.json (79%) rename {web/shell => shell}/tslint.json (100%) rename {web/shell => shell}/util.ts (100%) rename {web/shell => shell}/volume.ts (100%) rename {web/shell => shell}/zoom.ts (100%) 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