electron
Advanced tools
Comparing version 3.0.4 to 4.0.0-beta.1
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
var child = proc.spawn(electron, process.argv.slice(2), {stdio: 'inherit'}) | ||
var child = proc.spawn(electron, process.argv.slice(2), { stdio: 'inherit' }) | ||
child.on('close', function (code) { | ||
@@ -10,0 +10,0 @@ process.exit(code) |
@@ -40,3 +40,3 @@ #!/usr/bin/env node | ||
if (err) return onerror(err) | ||
extract(zipPath, {dir: path.join(__dirname, 'dist')}, function (err) { | ||
extract(zipPath, { dir: path.join(__dirname, 'dist') }, function (err) { | ||
if (err) return onerror(err) | ||
@@ -43,0 +43,0 @@ fs.writeFile(path.join(__dirname, 'path.txt'), platformPath, function (err) { |
@@ -30,3 +30,3 @@ { | ||
"name": "electron", | ||
"version": "3.0.4", | ||
"version": "4.0.0-beta.1", | ||
"repository": "https://github.com/electron/electron", | ||
@@ -33,0 +33,0 @@ "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", |
@@ -42,5 +42,10 @@ [![Electron Logo](https://electronjs.org/images/electron-logo.svg)](https://electronjs.org) | ||
## Quick start | ||
## Quick start & Electron Fiddle | ||
Clone and run the | ||
Use [`Electron Fiddle`](https://github.com/electron/fiddle) | ||
to build, run, and package small Electron experiments, to see code examples for all of Electron's APIs, and | ||
to try out different versions of Electron. It's designed to make the start of your journey with | ||
Electron easier. | ||
Alternatively, clone and run the | ||
[electron/electron-quick-start](https://github.com/electron/electron-quick-start) | ||
@@ -59,2 +64,3 @@ repository to see a minimal Electron app in action: | ||
- [electronjs.org/docs](https://electronjs.org/docs) - all of Electron's documentation | ||
- [electron/fiddle](https://github.com/electron/fiddle) - A tool to build, run, and package small Electron experiments | ||
- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app | ||
@@ -61,0 +67,0 @@ - [electronjs.org/community#boilerplates](https://electronjs.org/community#boilerplates) - sample starter apps created by the community |
Sorry, the diff of this file is too big to display
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
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
407160
9216
105
2