mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-31 21:18:38 +01:00
Include sas-emoji in the npm package
Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
This commit is contained in:
parent
0914c52389
commit
6fb8ea4560
|
|
@ -5,9 +5,10 @@
|
|||
"author": "matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"files": [
|
||||
"sas-emoji.json"
|
||||
"sas-emoji.json",
|
||||
"sas-emoji/*"
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "cp ../../data-definitions/sas-emoji.json ."
|
||||
"prepare": "cp ../../data-definitions/sas-emoji.json . && cp -r ../../data-definitions/sas-emoji ."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue