diff options
-rw-r--r-- | test/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/package.json b/test/package.json index e562e5a..f5a9a93 100644 --- a/test/package.json +++ b/test/package.json @@ -5,7 +5,7 @@ "main": "check.js", "dependencies": { "esm": "^3.2.25", - "kronikarz": "^2.3.0" + "kronikarz": "^2.3.1" }, "scripts": { "build": "mkdir -p ../static/api && touch ../static/api/posts.json && sed -i '/type\": \"module/d' node_modules/@gerhobbelt/markdown-it-html5-media/package.json && node -r esm build.js && cp _headers ../static && cp -r ../wpisy ../static/files", |