content-entry
Advanced tools
Comparing version 4.1.8 to 4.1.9
{ | ||
"name": "content-entry", | ||
"version": "4.1.8", | ||
"version": "4.1.9", | ||
"publishConfig": { | ||
@@ -34,6 +34,6 @@ "access": "public" | ||
"lint:docs": "documentation lint ./src/**/*.mjs", | ||
"lint:tsc": "tsc --allowJs --checkJs --noEmit -module nodenext -t es2022 ./src/*.mjs" | ||
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t es2022 ./src/*.mjs" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^17.0.21", | ||
"@types/node": "^17.0.22", | ||
"ava": "^4.1.0", | ||
@@ -40,0 +40,0 @@ "c8": "^7.11.0", |
24916