Commit Graph
2 Commits
Author SHA1 Message Date
Reinhard Naegele 46d7da99bf Simplify main.js
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-02 21:22:30 +01:00
Reinhard Naegele 5789f54dea Remove TypeScript
This removes TypeScript and all dependencies and only keeps a simple
Javascript file that does not have any dependencies and can be run
directly. There is not need for an NPM build any more and we just
call a shell script via Javascript.

With this, we no longer have to commit node_modules and Javascript
compiled from TypeScript code. Also, the shell script can easily be run
directly for local testing.

Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-02 20:32:54 +01:00