electron-runner
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "electron-runner", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Enables for running NodeJS apps in Electron.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,5 +39,5 @@ #electron-runner | ||
``` | ||
1. node_modules/.bin/electron-runner index.js > index.html | ||
1. node_modules/.bin/electron-runner --generate index.js > index.html | ||
2. ( edit url property in your config file to point at index.html) | ||
3. node_modules/.bin/electron-runner YOUR_CONFIG.js | ||
``` |
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
6353