1
0
Fork 0
mirror of https://github.com/sbrl/powahroot.git synced 2024-09-19 11:45:57 +00:00

package.json: limit contents of published package to reduce package size

This commit is contained in:
Starbeamrainbowlabs 2024-06-05 12:53:52 +01:00
parent e6ab644ae1
commit 54bacf340f
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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/"
]
}