test: runas is not an optional dependency (#14704)

This commit is contained in:
Jeremy Apthorp 2018-09-19 15:59:37 -07:00 committed by GitHub
parent e059f303d7
commit 73d1b76b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,14 +18,12 @@
"mocha-multi-reporters": "^1.1.7",
"multiparty": "^4.1.4",
"q": "^1.5.1",
"runas": "3.x",
"send": "^0.16.2",
"temp": "^0.8.3",
"walkdir": "0.0.12",
"winreg": "^1.2.4",
"ws": "^5.2.0",
"yargs": "^11.0.0"
},
"optionalDependencies": {
"runas": "3.x"
}
}