Przeglądaj źródła

:tada: npm install electron --save-dev

We can [npm install electron](http://electron.atom.io/blog/2016/08/16/npm-install-electron) directly!  :tada:
Bhavesh Gohel 9 lat temu
rodzic
commit
35a725f479
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -23,6 +23,6 @@
   },
   "homepage": "https://github.com/electron/electron-quick-start#readme",
   "devDependencies": {
-    "electron-prebuilt": "^1.2.0"
+    "electron": "^1.3.4"
   }
 }