karma-electron
Advanced tools
Comparing version 3.0.0 to 3.0.1
# karma-electron changelog | ||
3.0.1 - Fixed `xtend` dependency | ||
3.0.0 - Moved from `framework` to `preprocessor` for better file-specific variable support (e.g. `__filename`, `__dirname`, `require`) | ||
@@ -3,0 +5,0 @@ |
{ | ||
"name": "karma-electron", | ||
"description": "Karma launcher and preprocessor for Electron", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "https://github.com/twolfson/karma-electron", | ||
@@ -39,3 +39,4 @@ "author": { | ||
"js-string-escape": "~1.0.0", | ||
"minstache": "~1.2.0" | ||
"minstache": "~1.2.0", | ||
"xtend": "~4.0.1" | ||
}, | ||
@@ -53,4 +54,3 @@ "devDependencies": { | ||
"mocha": "~1.11.0", | ||
"twolfson-style": "~1.6.0", | ||
"xtend": "~4.0.1" | ||
"twolfson-style": "~1.6.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "keywords": [ |
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
28148
11
4
+ Addedxtend@~4.0.1
+ Addedxtend@4.0.2(transitive)