mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Create packages/npm @matrix-org/spec npm package containing spec-emoji
This commit is contained in:
parent
4abea9a6ca
commit
6c415a2f8e
1
packages/npm/.gitignore
vendored
Normal file
1
packages/npm/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
node_modules
|
||||
10
packages/npm/package.json
Normal file
10
packages/npm/package.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "@matrix-org/spec",
|
||||
"version": "0.0.0",
|
||||
"description": "Data definitions for the Matrix Spec",
|
||||
"author": "matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"files": [
|
||||
"sas-emoji.json"
|
||||
]
|
||||
}
|
||||
1
packages/npm/sas-emoji.json
Symbolic link
1
packages/npm/sas-emoji.json
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../data-definitions/sas-emoji.json
|
||||
4
packages/npm/yarn.lock
Normal file
4
packages/npm/yarn.lock
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
Loading…
Reference in a new issue