@moonbit/markdown-linter
Advanced tools
Comparing version 0.1.16 to 0.1.18
@@ -99,3 +99,3 @@ #!/usr/bin/env node | ||
case "expr": | ||
wrapper = { leading: "fn init {debug({\n", trailing: "\n})}\n" }; | ||
wrapper = { leading: "fn init {println({\n", trailing: "\n})}\n" }; | ||
break; | ||
@@ -102,0 +102,0 @@ case "no-check": |
@@ -122,3 +122,3 @@ #!/usr/bin/env node | ||
case "expr": | ||
wrapper = { leading: "fn init {debug({\n", trailing: "\n})}\n" }; | ||
wrapper = { leading: "fn init {println({\n", trailing: "\n})}\n" }; | ||
break; | ||
@@ -125,0 +125,0 @@ case "no-check": |
{ | ||
"name": "@moonbit/markdown-linter", | ||
"version": "0.1.16", | ||
"version": "0.1.18", | ||
"description": "markdown linter for MoonBit", | ||
@@ -12,16 +12,14 @@ "main": "./markdown-linter.js", | ||
"dependencies": { | ||
"markdown-it": "^14.0.0", | ||
"markdown-it": "^14.1.0", | ||
"temp": "^0.9.4" | ||
}, | ||
"devDependencies": { | ||
"@types/markdown-it": "^13.0.7", | ||
"@types/node": "^20.11.28", | ||
"@types/markdown-it": "^13.0.8", | ||
"@types/node": "^20.14.1", | ||
"@types/temp": "^0.9.4", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.4.5" | ||
}, | ||
"scripts": { | ||
"dev": "tsc markdown-linter.ts && node markdown-linter.js", | ||
"prepublishOnly": "tsc markdown-linter.ts" | ||
}, | ||
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589" | ||
} | ||
"dev": "tsc markdown-linter.ts && node markdown-linter.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25910
Updatedmarkdown-it@^14.1.0