diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-11 19:43:12 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-11 19:43:12 +0000 |
commit | b0ff9a6da9b81544380641c40a313b560305a6f3 (patch) | |
tree | dbecceded1fb8f3c5b4d7d827ef0011ca49fad79 /package.json | |
parent | http2 WIP (diff) | |
download | blog-b0ff9a6da9b81544380641c40a313b560305a6f3.tar.gz blog-b0ff9a6da9b81544380641c40a313b560305a6f3.zip |
http2 WIP
Diffstat (limited to '')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 530aa4c..a0f75cb 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "markdown-it": "^11.0.0", "markdown-it-highlightjs": "^3.4.0", "markdown-it-multimd-table": "^4.0.2", - "markdown-it-texmath": "^0.7.0" + "markdown-it-texmath": "^0.7.0", + "spdy": "^4.0.2" }, "devDependencies": { "eslint": "^7.32.0" |