Remove assets from "files" whitelist to reduce published package size
This commit is contained in:
parent
98a534648c
commit
e3706a69df
1 changed files with 1 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue