slackify-markdown
Advanced tools
Comparing version 2.0.2 to 2.0.3
declare module "slackify-markdown" { | ||
export default (markdown: string) => string; | ||
function slackify(markdown: string): string; | ||
export default slackify; | ||
} |
{ | ||
"name": "slackify-markdown", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Convert markdown into Slack-specific markdown", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
6106
100