Whitelist package files
This commit is contained in:
parent
855e961bd8
commit
b40acb669b
1 changed files with 12 additions and 0 deletions
12
package.json
12
package.json
|
@ -3,6 +3,18 @@
|
|||
"version": "8.2.4",
|
||||
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"CHANGELOG.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"index.js",
|
||||
"linux.png",
|
||||
"macos.png",
|
||||
"package.json",
|
||||
"test-concurrent.js",
|
||||
"test.js",
|
||||
"windows.png"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jorangreef/sudo-prompt.git"
|
||||
|
|
Loading…
Reference in a new issue