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",
|
"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",
|
||||||
|
|
Loading…
Reference in a new issue