diff options
-rw-r--r-- | test/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/package.json b/test/package.json index 85edd14..acebb34 100644 --- a/test/package.json +++ b/test/package.json @@ -5,10 +5,10 @@ "main": "check.js", "dependencies": { "esm": "^3.2.25", - "kronikarz": "^2.0.0" + "kronikarz": "^2.2.0" }, "scripts": { - "build": "mkdir -p ../static/api && touch ../static/api/posts.json && node -r esm build.js && cp _headers ../static && cp -r ../wpisy ../static/files", + "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", "test": "./validator.sh" }, "keywords": [], |