mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-21 10:24:08 +02: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",
|
"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 ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue