Support rendering of proposal tables

This commit is contained in:
Will 2021-02-08 15:39:16 -08:00 committed by Richard van der Hoff
parent e88a18ca5d
commit 643cdd19c8
6 changed files with 348 additions and 1 deletions

View file

@ -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"
}
}