Include sas-emoji in the npm package

Signed-off-by: Andy Balaam <andy.balaam@matrix.org>
This commit is contained in:
Andy Balaam 2025-12-17 13:26:19 +00:00
parent 0914c52389
commit 6fb8ea4560

View file

@ -5,9 +5,10 @@
"author": "matrix.org", "author": "matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"files": [ "files": [
"sas-emoji.json" "sas-emoji.json",
"sas-emoji/*"
], ],
"scripts": { "scripts": {
"prepare": "cp ../../data-definitions/sas-emoji.json ." "prepare": "cp ../../data-definitions/sas-emoji.json . && cp -r ../../data-definitions/sas-emoji ."
} }
} }