karma-electron
Advanced tools
Comparing version 6.1.0 to 6.1.1
# karma-electron changelog | ||
6.1.1 - Updated support to Node.js >= 8 to fix Travis CI | ||
6.1.0 - Added `--default-user-agent` via @makarandp0 in #39 | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "karma-electron", | ||
"description": "Karma launcher and preprocessor for Electron", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"homepage": "https://github.com/twolfson/karma-electron", | ||
@@ -20,3 +20,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 4.0.0" | ||
"node": ">= 8.0.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "license": "Unlicense", |
Sorry, the diff of this file is not supported yet
60955