projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b7706
)
provide files-property for package.json
author
mutec
<mysterycode@mysterycode.de>
Tue, 18 May 2021 10:23:43 +0000
(12:23 +0200)
committer
mutec
<mysterycode@mysterycode.de>
Tue, 18 May 2021 10:27:47 +0000
(12:27 +0200)
Prevent reading the whole repository when this repository is a dependency.
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index 4cb23e12981be6389a629a8c2ce899b3beefc7b0..688e14f52b60cdaaf1204d9db8c15ac3d82ce2d4 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-1,6
+1,10
@@
{
"name": "@woltlab/wcf",
"version": "5.4.0",
+ "files": [
+ "ts/**/*",
+ "global.d.ts"
+ ],
"devDependencies": {
"@types/googlemaps": "^3.43.0",
"@types/perfect-scrollbar": "^0.6.1",