Whitelist package files

This commit is contained in:
Joran Dirk Greef 2018-12-12 11:26:45 +02:00
parent 855e961bd8
commit b40acb669b

View file

@ -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"