karma-electron
Advanced tools
Comparing version 5.1.0 to 5.1.1
# karma-electron changelog | ||
5.1.1 - Updated instructions to use `electron` not `electron-prebuilt` via @MLefebvreICO in #15 | ||
5.1.0 - Added support for `__filenameOverride`. Fixes #11 | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "karma-electron", | ||
"description": "Karma launcher and preprocessor for Electron", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"homepage": "https://github.com/twolfson/karma-electron", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -43,4 +43,4 @@ # karma-electron [![Build status](https://travis-ci.org/twolfson/karma-electron.svg?branch=master)](https://travis-ci.org/twolfson/karma-electron) [![Build status](https://ci.appveyor.com/api/projects/status/urgpvcip7kl9q2ih/branch/master?svg=true)](https://ci.appveyor.com/project/twolfson/karma-electron-launcher/branch/master) | ||
```bash | ||
# Install our module and `electron-prebuilt` | ||
npm install karma-electron electron-prebuilt | ||
# Install our module and `electron` | ||
npm install karma-electron electron | ||
``` | ||
@@ -76,3 +76,3 @@ | ||
- ELECTRON_BIN - Override path to use for `electron` | ||
- By default, we will use path given by `electron-prebuilt` | ||
- By default, we will use path given by `electron` | ||
@@ -79,0 +79,0 @@ **Example:** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56829