Skip to content

Commit 51c0971

Browse files
authored
docs: add Zakodium as maintainer (#14)
* docs: add Zakodium as maintainer * chore: fix eslint
1 parent 94289d8 commit 51c0971

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ overrides:
55
sourceType: 'script'
66
env:
77
node: true
8+
jest: true

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# fast-bmp
22

3+
<h3 align="center">
4+
5+
<a href="https://www.zakodium.com">
6+
<img src="https://www.zakodium.com/brand/zakodium-logo-white.svg" width="50" alt="Zakodium logo" />
7+
</a>
8+
9+
<p>
10+
Maintained by <a href="https://www.zakodium.com">Zakodium</a>
11+
</p>
12+
13+
314
[![NPM version][npm-image]][npm-url]
415
[![Test coverage][codecov-image]][codecov-url]
516
[![npm download][download-image]][download-url]
617

18+
</h3>
19+
20+
721
A library for encoding bmp image file format.
822

923
# Supported features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"scripts": {
2020
"eslint": "eslint src",
2121
"eslint-fix": "eslint --fix src",
22-
"test": "npm run test-only && npm run eslint && npm run prettier",
2322
"prettier": "prettier --check src",
2423
"prettier-write": "prettier --write src",
24+
"test": "npm run test-only && npm run eslint && npm run prettier",
2525
"test-only": "jest --coverage",
2626
"test-watch": "jest --watch",
2727
"test-write": "FAST_BMP_WRITE_DATA_FILES=1 npm run test-jest"

0 commit comments

Comments
 (0)