diff --git a/package-lock.json b/package-lock.json index 20043a3..4fcff1f 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 1e37733..ed349ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codsworth-namegen", - "version": "1.1.6", + "version": "1.1.7", "description": "Choose a fitting name for your Fallout 4 character that Codsworth can pronounce", "author": "F.W. Dekker", "browser": "dist/bundle.js", @@ -23,8 +23,8 @@ "grunt-contrib-watch": "^1.1.0", "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.0", - "grunt-webpack": "^4.0.3", - "webpack": "^5.52.1", - "webpack-cli": "^4.8.0" + "grunt-webpack": "^5.0.0", + "webpack": "^5.64.0", + "webpack-cli": "^4.9.1" } } diff --git a/src/main/index.html b/src/main/index.html index 4d9fbbd..df96b26 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -9,7 +9,7 @@ content="Choose a fitting name for your Fallout 4 character that Codsworth can pronounce." /> - Codsworth name generator + Codsworth name generator | FWDekker diff --git a/src/main/js/main.js b/src/main/js/main.js index 8152bca..840bf52 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -99,6 +99,7 @@ doAfterLoad(() => { version: "v%%VERSION_NUMBER%%" })); $("main").classList.remove("hidden"); + $("[autofocus]").focus(); }); // Event handlers