* Create packages/npm @matrix-org/spec npm package containing spec-emoji * Initial workflow script * Add newsfragment * Add docs * npm publish doesn't like symlinks, yarn does :((
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"prepare": "cp ../../data-definitions/sas-emoji.json ."
|
|
}
|
|
}
|