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", "description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"CHANGELOG.md",
"LICENSE", "LICENSE",
"README.md", "README.md",
"index.js", "index.js",
"linux.png",
"macos.png",
"package.json", "package.json",
"test-concurrent.js",
"test.js", "test.js",
"windows.png" "test-concurrent.js"
], ],
"repository": { "repository": {
"type": "git", "type": "git",