mirror of
https://github.com/sbrl/powahroot.git
synced 2024-11-09 17:03:02 +00:00
package.json: limit contents of published package to reduce package size
This commit is contained in:
parent
e6ab644ae1
commit
54bacf340f
1 changed files with 9 additions and 1 deletions
10
package.json
10
package.json
|
@ -33,5 +33,13 @@
|
|||
"@types/cookie": "^0.5.4",
|
||||
"@types/event-emitter-es6": "^1.1.4",
|
||||
"documentation": "^14.0.2"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"index.mjs",
|
||||
"Client.mjs",
|
||||
"Server.mjs",
|
||||
"Client/",
|
||||
"Server/",
|
||||
"Shared/"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue