ソースを参照

Merge pull request #79 from bhaveshgohel/patch-1

🎉 npm install electron --save-dev
Jessica Lord 9 年 前
コミット
62d428a1a5
1 ファイル変更1 行追加1 行削除
  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"
   }
 }