Create @matrix-org/spec npm package containing sas-emoji.json (#1620)
* 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 :((
This commit is contained in:
parent
4abea9a6ca
commit
c0babbfc13
6 changed files with 61 additions and 0 deletions
2
packages/npm/.gitignore
vendored
Normal file
2
packages/npm/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
node_modules
|
||||
sas-emoji.json
|
13
packages/npm/package.json
Normal file
13
packages/npm/package.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"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 ."
|
||||
}
|
||||
}
|
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…
Add table
Add a link
Reference in a new issue