Browse Source

Fix dependencies version

bokuweb 10 năm trước cách đây
mục cha
commit
3254071d58
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package.json

+ 1 - 1
package.json

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