Update to build with current versions of nodejs

This commit is contained in:
Matthias Schiffer 2016-05-20 19:41:54 +02:00
parent 794ab39a6b
commit 4258619517
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 17 additions and 10 deletions

10
static/index.html Normal file
View file

@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>RPGedit</title>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>