diff --git a/.gitignore b/.gitignore index 0fb836e..c86e989 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ node_modules/* hexmine public/js/main.js +public/js/tessellate.js diff --git a/package.json b/package.json index 780fe6a..c4db78d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tessellate", "version": "1.0.0", "description": "", - "main": "webpack.config.js", + "main": "./public/js/tessellate.js", "scripts": { "build": "webpack --mode production", "test": "echo \"Error: no test specified\" && exit 1" diff --git a/public/index.html b/public/index.html index 38d02f7..c369669 100644 --- a/public/index.html +++ b/public/index.html @@ -10,6 +10,7 @@
+