Support rendering of proposal tables
This commit is contained in:
parent
e88a18ca5d
commit
643cdd19c8
6 changed files with 348 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
"description": "Hugo theme for the Matrix specification.",
|
||||
"main": "none.js",
|
||||
"scripts": {
|
||||
"get-proposals": "node ./scripts/proposals.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -20,6 +21,7 @@
|
|||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^9.8.6",
|
||||
"node-fetch": "^2.6.1",
|
||||
"postcss-cli": "^7.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue