diff --git a/package.json b/package.json index d84c4e4d..79ac79dd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "cover": "nyc mocha test/**/*.spec.ts", "lint": "eslint --ext .ts src/ test/", "lint:fix": "npm run lint -- --fix", - "markdownlint": "markdownlint '**/*.md' --ignore node_modules", + "markdownlint": "markdownlint '**/*.md' --ignore node_modules --ignore CHANGELOG.md", "release": "release-it", "postinstall": "husky install", "prepublishOnly": "pinst --disable && npm run build",