Fixing Submodule BBCode (#12)

* Fixing Submodule BBCode
Adding in Readme Required TypeScript Version

Signed-off-by: Timo Pollmeier <timo.p@cryz-games.de>

* Fixing Dont push CMake

Signed-off-by: Timo Pollmeier <timo.p@cryz-games.de>

* fixes

Signed-off-by: Timo Pollmeier <timo.p@cryz-games.de>
canary
Timo Pollmeier 2018-08-14 20:37:54 +02:00 committed by WolverinDEV
parent a629e1c6e8
commit 6d534949ff
5 changed files with 20 additions and 3 deletions

5
.gitignore vendored
View File

@ -7,3 +7,8 @@ auth/js/auth.js.map
.idea/ .idea/
#This is just for me local (a nice animation which i may implement later) #This is just for me local (a nice animation which i may implement later)
animates/ animates/
asm/**
!asm/identity/
!asm/src/
!asm/CMakeLists.txt
!asm/make_opus.sh

View File

@ -4,7 +4,10 @@ Welcome here! This repository is created with two reasons:
1. People can bring their own ideas and follow their implementation 1. People can bring their own ideas and follow their implementation
2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time. 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time.
#Requirements
1. TypeScript Version 2.8.3
#
To **report an issue**, then find and push the **New Issue** button, fill all the fields you see in a template, and then click the **Submit new issue** button. To **report an issue**, then find and push the **New Issue** button, fill all the fields you see in a template, and then click the **Submit new issue** button.

@ -1 +1 @@
Subproject commit 5f0bdabfc023376fed3640391f1a9228a4449fb0 Subproject commit a2310a14c314ea5c488b69422fd207bc239e4923

View File

@ -1,7 +1,7 @@
{ {
"name": "client", "name": "client",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "Welcome here! This repository is created with two reasons:\r 1. People can bring their own ideas and follow their implementation\r 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time.",
"main": "main.js", "main": "main.js",
"directories": { "directories": {
"test": "test" "test": "test"
@ -20,5 +20,13 @@
"@types/jquery": "^3.3.0", "@types/jquery": "^3.3.0",
"@types/text-encoding": "0.0.32", "@types/text-encoding": "0.0.32",
"@types/websocket": "0.0.38" "@types/websocket": "0.0.38"
} },
"repository": {
"type": "git",
"url": "git+https://github.com/MypowerHD/TeaWeb.git"
},
"bugs": {
"url": "https://github.com/MypowerHD/TeaWeb/issues"
},
"homepage": "https://github.com/MypowerHD/TeaWeb#readme"
} }

1
vendor/bbcode vendored Submodule

@ -0,0 +1 @@
Subproject commit 67a1519a7254f2db9706f13184c0c38f331464b0