diff --git a/package-lock.json b/package-lock.json index 889b318..c5549e0 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index aeb946e..7a7376b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dice", - "version": "1.0.9", + "version": "1.0.10", "description": "Calculates the probability of rolling a value given a combination of dice.", "author": "Felix W. Dekker", "browser": "dist/bundle.js", @@ -16,19 +16,19 @@ "deploy": "grunt deploy" }, "dependencies": { - "@fwdekker/template": "^0.0.13", + "@fwdekker/template": "^0.0.20", "chart.js": "^2.9.3" }, "devDependencies": { - "grunt": "^1.1.0", + "grunt": "^1.2.1", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.0", - "grunt-webpack": "^3.1.3", - "webpack": "^4.42.1", - "webpack-cli": "^3.3.11" + "grunt-webpack": "^4.0.2", + "webpack": "^4.44.1", + "webpack-cli": "^3.3.12" } } diff --git a/src/main/index.html b/src/main/index.html index e798406..da99579 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -15,11 +15,11 @@
diff --git a/src/main/js/index.js b/src/main/js/index.js index 7005b0f..6a9ef6a 100644 --- a/src/main/js/index.js +++ b/src/main/js/index.js @@ -43,7 +43,7 @@ const iterateNodeList = (nodeList, fun) => { ////// doAfterLoad(() => { - $("#nav").appendChild(nav()); + $("#nav").appendChild(nav("/Tools/Dice/")); $("#header").appendChild(header({ title: "Dice", description: "Calculate the probability of rolling a value given a combination of dice"