hmt 4 years ago
parent
commit
ffb354c55f
2 changed files with 3 additions and 3 deletions
  1. 2 3
      package-lock.json
  2. 1 0
      package.json

+ 2 - 3
package-lock.json

@@ -17,6 +17,7 @@
         "svelte": "^3.24.1"
       },
       "devDependencies": {
+        "builtin-modules": "^3.2.0",
         "electron": "^12.0.0",
         "electron-builder": "^22.8.0",
         "npm-run-all": "^4.1.5",
@@ -863,7 +864,6 @@
       "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
       "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==",
       "dev": true,
-      "peer": true,
       "engines": {
         "node": ">=6"
       },
@@ -5787,8 +5787,7 @@
       "version": "3.2.0",
       "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz",
       "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==",
-      "dev": true,
-      "peer": true
+      "dev": true
     },
     "bulma": {
       "version": "0.9.2",

+ 1 - 0
package.json

@@ -16,6 +16,7 @@
     "postinstall": "electron-builder install-app-deps"
   },
   "devDependencies": {
+    "builtin-modules": "^3.2.0",
     "electron": "^12.0.0",
     "electron-builder": "^22.8.0",
     "npm-run-all": "^4.1.5",