diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 21:32:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-22 21:32:09 +0900 |
| commit | 0b99483ccbb1a4c111177718c0e9300a19d36a28 (patch) | |
| tree | 892645d59eb75cb69e5576df923825b3ceb7e20b /src/version.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.tar.gz sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.tar.bz2 sharkey-0b99483ccbb1a4c111177718c0e9300a19d36a28.zip | |
サーバーのバージョンとクライアントのバージョンを分けた
Diffstat (limited to 'src/version.ts')
| -rw-r--r-- | src/version.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/version.ts b/src/version.ts deleted file mode 100644 index d379b57f8f..0000000000 --- a/src/version.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Version - */ - -const meta = require('../version.json'); - -export default meta.version as string; |