Remove assets from "files" whitelist to reduce published package size

This commit is contained in:
Joran Dirk Greef 2019-06-01 09:56:33 +02:00
parent 98a534648c
commit e3706a69df

View file

@ -4,16 +4,12 @@
"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"
"test-concurrent.js"
],
"repository": {
"type": "git",