electron-dl
Advanced tools
Comparing version 0.2.0 to 1.0.0
{ | ||
"name": "electron-dl", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "Simplified file downloads for your Electron app", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"electron-prebuilt": "^0.35.4", | ||
"electron-prebuilt": "^1.0.1", | ||
"xo": "*" | ||
@@ -31,0 +31,0 @@ }, |
@@ -32,3 +32,3 @@ # electron-dl [![Build Status](https://travis-ci.org/sindresorhus/electron-dl.svg?branch=master)](https://travis-ci.org/sindresorhus/electron-dl) | ||
app.on('ready', () => { | ||
win = new BrowserWindow({}); | ||
win = new BrowserWindow(); | ||
}); | ||
@@ -40,2 +40,2 @@ ``` | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) | ||
MIT © [Sindre Sorhus](https://sindresorhus.com) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
3300