Parcourir la source

fix: add electron dep to package.json too

Tienson Qin il y a 4 ans
Parent
commit
719f10b863
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -106,6 +106,7 @@
         "react-tweet-embed": "1.2.2",
         "react-tweet-embed": "1.2.2",
         "reakit": "0.11.1",
         "reakit": "0.11.1",
         "threads": "1.6.5",
         "threads": "1.6.5",
-        "yargs-parser": "20.2.4"
+        "yargs-parser": "20.2.4",
+        "electron": "15.1.2"
     }
     }
 }
 }