@unsetsoft/ryunixjs 0.2.32 → 0.2.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unsetsoft/ryunixjs",
3
- "version": "0.2.32",
3
+ "version": "0.2.33",
4
4
  "license": "MIT",
5
5
  "main": "./dist/Ryunix.js",
6
6
  "private": false,
@@ -119,6 +119,7 @@ export default {
119
119
  },
120
120
  plugins: [
121
121
  new HtmlWebpackPlugin({
122
+ favicon: join(dir, "public", "favicon.ico"),
122
123
  template: join(dir, "public", "index.html"),
123
124
  }),
124
125
  ],