Skip to content

Commit 6e44cad

Browse files
author
Norman Rusch
committed
Release v0.10.2
1 parent c86d005 commit 6e44cad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
A node module for checking spaces in files.
44

55
[![CI Status](https://github.com/schorfES/node-lintspaces/actions/workflows/ci.yml/badge.svg)](https://github.com/schorfES/node-lintspaces/actions)
6+
[![David DM Status](https://david-dm.org/schorfES/node-lintspaces.svg?branch=main)](https://david-dm.org/schorfes/node-lintspaces#info=dependencies)
7+
[![David DM DevDependencies Status](https://david-dm.org/schorfes/node-lintspaces/dev-status.svg?branch=main)](https://david-dm.org/schorfes/node-lintspaces#info=devDependencies)
68
[![Coverage Status on Codecov](https://codecov.io/gh/schorfES/node-lintspaces/branch/main/graph/badge.svg)](https://codecov.io/gh/schorfES/node-lintspaces)
79
[![Known Vulnerabilities](https://snyk.io/test/github/schorfES/node-lintspaces/badge.svg)](https://snyk.io/test/github/schorfES/node-lintspaces)
810

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lintspaces",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Library for checking spaces in files",
55
"engines": {
66
"node": ">=14"

0 commit comments

Comments
 (0)