mirror of https://github.com/zulip/zulip.git
shared: Specify files for NPM package, so lib/ gets included
Otherwise `npm publish` and friends leave it out because it's ignored in Git. This also cuts out `tools/` and a few other such files.
This commit is contained in:
parent
d41917ecd0
commit
52de17e08f
|
@ -13,5 +13,10 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.8.2"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"icons",
|
||||
"js",
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue