Initial attempt to update to Electron 0.36.1

This commit is contained in:
Wliu
2015-12-22 17:16:15 -05:00
parent bdb11a95f7
commit dbc06e5993
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"url": "https://github.com/atom/atom/issues"
},
"license": "MIT",
"electronVersion": "0.35.4",
"electronVersion": "0.36.1",
"dependencies": {
"async": "0.2.6",
"atom-keymap": "^6.2.0",

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self'; style-src 'self' 'unsafe-inline';">
<meta http-equiv="Content-Security-Policy" content="default-src *; img-src data: *; script-src 'self'; style-src 'self' 'unsafe-inline';">
<script src="index.js"></script>
</head>
<body tabindex="-1">