@duetds/marked
Advanced tools
Comparing version 3.0.50 to 3.0.51
{ | ||
"name": "@duetds/marked", | ||
"version": "3.0.50", | ||
"version": "3.0.51", | ||
"description": "This package includes Duet Markdown utilities and related tools.", | ||
@@ -19,3 +19,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"test": "npm run lint && npm run build && jest", | ||
"test:ci": "npm run lint && npm run build && jest -ci --silent --reporters=default --reporters=jest-junit" | ||
"test:ci": "npm run lint && npm run build && jest -ci --silent" | ||
}, | ||
@@ -76,3 +76,2 @@ "eslintConfig": { | ||
"jest": "29.4.3", | ||
"jest-junit": "15.0.0", | ||
"jest-serializer-html": "7.1.0", | ||
@@ -89,3 +88,3 @@ "marked": "4.2.12", | ||
}, | ||
"gitHead": "641839a13806dcc24e3c98d5e7a3485c7f88b2d4" | ||
"gitHead": "cb52b4d9fcf70d2289749fa3087b39ac1bb75df3" | ||
} |
11
7592