markdown-it-slack
Advanced tools
Comparing version 1.0.5 to 1.1.0
{ | ||
"name": "markdown-it-slack", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "Renders *bold* to <strong>bold</strong>", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"preversion": "npm test", | ||
"postpublish": "git push && git push --tags", | ||
"test": "node test.js" | ||
"lint": "eslint *.js **/*.js", | ||
"pretest": "npm run lint", | ||
"test": "NODE_ENV=test mocha $(find test -name '*.spec.js')", | ||
"posttest": "assert-version-bump && assert-changelog-update" | ||
}, | ||
@@ -25,5 +26,13 @@ "repository": { | ||
"devDependencies": { | ||
"@invisible/changelog-update": "^1.1.0", | ||
"@invisible/eslint-config": "^1.3.2", | ||
"@invisible/publish": "^2.0.0", | ||
"eslint": "^4.18.0", | ||
"markdown-it": "^8.1.0", | ||
"mocha": "^5.0.1", | ||
"power-assert": "^1.4.2" | ||
}, | ||
"dependencies": { | ||
"markdown-it-emoji": "^1.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
80141
10
54
1
7
+ Addedmarkdown-it-emoji@^1.4.0
+ Addedmarkdown-it-emoji@1.4.0(transitive)