Skip to content

Commit 7492cda

Browse files
Merge pull request #1 from dutchenkoOleg/master
0.0.1-prealpha
2 parents b13d7af + 72dd7e7 commit 7492cda

13 files changed

+737
-111
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 ff-validator
3+
Copyright (c) 2020 Oleg Dutchenko <dutchenko.o.dev@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# `lib-name`
1+
# `plain-object-helpers`
22

33
![Typescript support badge](https://img.shields.io/badge/types-TypeScript-blue)
4-
[![License MIT badge](https://img.shields.io/github/license/lib-org/lib-name)](https://github.com/lib-org/lib-name/blob/master/LICENSE)
5-
[![NPM package badge](https://img.shields.io/badge/npm-install-orange.svg)](https://www.npmjs.com/package/lib-name)
6-
![Test and Build status badge](https://github.com/lib-org/lib-name/workflows/Test%20and%20Build/badge.svg)
4+
[![License MIT badge](https://img.shields.io/github/license/JS-Helpers/plain-object-helpers)](https://github.com/JS-Helpers/plain-object-helpers/blob/master/LICENSE)
5+
[![NPM package badge](https://img.shields.io/badge/npm-install-orange.svg)](https://www.npmjs.com/package/plain-object-helpers)
6+
![Test and Build status badge](https://github.com/JS-Helpers/plain-object-helpers/workflows/Test%20and%20Build/badge.svg)
77

8-
_Description_
8+
## Coverage
9+
10+
| Statements | Branches | Functions | Lines |
11+
| --- | --- | --- | --- |
12+
| ![Statements](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Branches](https://img.shields.io/badge/Coverage-93.33%25-brightgreen.svg) | ![Functions](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) | ![Lines](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg) |

0 commit comments

Comments
 (0)