karma-electron
Advanced tools
Comparing version 3.2.0 to 3.2.1
# karma-electron changelog | ||
3.2.1 - Added configuration info to submodules documentation | ||
3.2.0 - Added tolerance for EOF comments | ||
@@ -3,0 +5,0 @@ |
@@ -8,9 +8,9 @@ # Submodules | ||
- Use the patched version of `karma`. This can be done via the following dependencies: | ||
``` | ||
"karma": "https://github.com/twolfson/karma/releases/download/dev%2Fpersonal.mix-16718fd/karma-0.13.22.tgz", | ||
"karma-electron": "git://github.com/twolfson/karma-electron#9bdfc93", | ||
``` | ||
- Use the patched version of `karma`. This can be done via the following: | ||
- Move to patched dependencies: | ||
- `"karma": "https://github.com/twolfson/karma/releases/download/dev%2Fpersonal.mix-16718fd/karma-0.13.22.tgz"` | ||
- `"karma-electron": "git://github.com/twolfson/karma-electron#9bdfc93"` | ||
- Be sure to reinstall your node modules after updating these dependencies (i.e. `rm -r node_modules; npm install`) | ||
- Update configuration to use patch adjustments (e.g. `client.useIframe`) | ||
- More info here: https://github.com/twolfson/karma-electron/tree/dev/fix.nested.context#getting-started | ||
- Bundle your JavaScript via Browserify or webpack |
{ | ||
"name": "karma-electron", | ||
"description": "Karma launcher and preprocessor for Electron", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"homepage": "https://github.com/twolfson/karma-electron", | ||
@@ -6,0 +6,0 @@ "author": { |
34420