karma-electron
Advanced tools
Comparing version 5.2.0 to 5.2.1
# karma-electron changelog | ||
5.2.1 - Upgraded to Node.js 4, 6, and 7 for CI | ||
5.2.0 - Added support for `require` in main via @amireh in #23. Fixes #24 | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "karma-electron", | ||
"description": "Karma launcher and preprocessor for Electron", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"homepage": "https://github.com/twolfson/karma-electron", | ||
@@ -20,3 +20,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
"node": ">= 4.0.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "license": "Unlicense", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
58650