electron-prebuilt
Advanced tools
Comparing version 0.28.1 to 0.28.2
#!/usr/bin/env node | ||
// maintainer note - update this manually when doing new releases: | ||
var version = '0.28.1' | ||
// maintainer note - x.y.z-ab version in package.json -> x.y.z | ||
var version = require('./package').version.replace(/-.*/, '') | ||
@@ -6,0 +6,0 @@ var fs = require('fs') |
{ | ||
"name": "electron-prebuilt", | ||
"version": "0.28.1", | ||
"version": "0.28.2", | ||
"description": "Install electron (formerly called atom-shell) prebuilts using npm", | ||
@@ -34,2 +34,2 @@ "repository": { | ||
"homepage": "https://github.com/mafintosh/electron-prebuilt" | ||
} | ||
} |
@@ -39,2 +39,4 @@ # electron-prebuilt | ||
If you need to use an HTTP proxy you can [set these environment variables](https://github.com/request/request/tree/f0c4ec061141051988d1216c24936ad2e7d5c45d#controlling-proxy-behaviour-using-environment-variables) | ||
## Usage | ||
@@ -41,0 +43,0 @@ |
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
5193
66