🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More

remark-lint-no-repeat-punctuation

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-repeat-punctuation - npm Package Compare versions

Comparing version

to
0.1.1

{
"name": "remark-lint-no-repeat-punctuation",
"version": "0.1.0",
"version": "0.1.1",
"author": "LaySent <laysent@gmail.com>",

@@ -9,3 +9,3 @@ "bugs": {

"homepage": "https://github.com/laysent/remark-lint-plugins",
"description": "remark lint plugin that ...",
"description": "remark lint plugin that will warn when multiple punctuations found in series.",
"keywords": [

@@ -37,4 +37,6 @@ "remark",

"test": "jest",
"lint": "eslint *.js"
}
"lint": "eslint *.js",
"prepublish": "npm run lint && npm run test"
},
"gitHead": "1d48075f98cff484e53eb5d64ab7882075076fe2"
}