mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Add runas as devDependencies, or the python script will install it again and again.
The options of register_msdia80_dll.js should be admin. Fix the problem of runas not works cause it will escape command parameters by default.
This commit is contained in:
@@ -1,24 +1,21 @@
|
||||
{
|
||||
"name": "atom-shell",
|
||||
"version": "0.22.1",
|
||||
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/atom/atom-shell/raw/master/LICENSE.md"
|
||||
}
|
||||
],
|
||||
|
||||
"devDependencies": {
|
||||
"atom-package-manager": "0.144.0",
|
||||
"asar": "0.2.2",
|
||||
"atom-package-manager": "0.144.0",
|
||||
"coffee-script": "~1.7.1",
|
||||
"coffeelint": "~1.3.0",
|
||||
"request": "*"
|
||||
"request": "*",
|
||||
"runas": "^2.0.0"
|
||||
},
|
||||
|
||||
"private": true,
|
||||
|
||||
"scripts": {
|
||||
"preinstall": "node -e 'process.exit(0)'"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user