Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "svglint", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Linter for SVGs", | ||
@@ -34,6 +34,40 @@ "main": "src/svglint.js", | ||
"devDependencies": { | ||
"commitizen": "^4.2.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^5.14.1", | ||
"expect": "^1.20.2", | ||
"mocha": "^5.2.0" | ||
"mocha": "^8.1.3", | ||
"semantic-release": "^17.1.1" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"release": { | ||
"branches": [ | ||
"master" | ||
], | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "docs", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "chore", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
"@semantic-release/github" | ||
] | ||
} | ||
} |
@@ -5,3 +5,5 @@ # SVGLint | ||
<p align="center"><img src="/example.png" alt="Example of a commandline execution"/></p> | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/birjolaxew/svglint/master/example.png" alt="Example of a commandline execution"/> | ||
</p> | ||
@@ -71,5 +73,5 @@ ## Usage | ||
For specifics on how the config for each rule should be formatted, see [their specific rule files](/src/rules/). | ||
For specifics on how the config for each rule should be formatted, see [their specific rule files](https://github.com/birjolaxew/svglint/tree/master/src/rules). | ||
If you are using the JS API, this configuration object is passed as the second parameter. | ||
117316
41
76
6