diff --git a/Gruntfile.js b/Gruntfile.js index c81ee2a..6ec9709 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,7 +16,7 @@ module.exports = grunt => { }, focus: { dev: { - include: ["css", "html", "js", "link"], + include: ["css", "html", "js"], }, }, replace: { @@ -81,10 +81,6 @@ module.exports = grunt => { files: ["src/main/**/*.js"], tasks: ["webpack:dev", "replace:dev"], }, - link: { - files: ["node_modules/@fwdekker/*/dist/**"], - tasks: ["webpack:dev", "replace:dev"], - }, }, }); diff --git a/package.json b/package.json index a3d5819..29834bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dice", - "version": "1.0.13", + "version": "1.0.14", "description": "Calculates the probability of rolling a value given a combination of dice.", "author": "Felix W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/index.html b/src/main/index.html index 7bd6032..9dd133d 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -10,11 +10,15 @@ Dice probabilities | FWDekker - - + + +