@bemoje/array 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,24 +1,19 @@
1
1
  # @bemoje/array
2
+
2
3
  array related tools/util.
3
4
 
4
- ![GitHub Top Language](https://img.shields.io/github/languages/top/bemoje/https://github.com/bemoje/tsmono)
5
+ ![npm (scoped)](https://img.shields.io/npm/v/%40bemoje/trie-map)
6
+ ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/%40bemoje/array)
7
+ ![npm](https://img.shields.io/npm/dt/%40bemoje/array)
8
+ ![NPM](https://img.shields.io/npm/l/%40bemoje%2Farray)
5
9
 
6
- ##### Github
7
- ![GitHub Last Commit](https://img.shields.io/github/last-commit/bemoje/https://github.com/bemoje/tsmono?color=red)
8
- ![GitHub Stars](https://img.shields.io/github/stars/bemoje/https://github.com/bemoje/tsmono)
9
- ![GitHub Forks](https://img.shields.io/github/forks/bemoje/https://github.com/bemoje/tsmono)
10
- ![GitHub Watchers](https://img.shields.io/github/watchers/bemoje/https://github.com/bemoje/tsmono)
11
- ![GitHub Repo Size](https://img.shields.io/github/repo-size/bemoje/https://github.com/bemoje/tsmono)
10
+ ![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/bemoje/tsmono)
11
+ ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/bemoje/tsmono)
12
+ ![GitHub top language](https://img.shields.io/github/languages/top/bemoje/tsmono)
12
13
 
13
- ##### NPM
14
- <span><a href="https://npmjs.org/@bemoje/array" title="View this project on NPM"><img src="https://img.shields.io/npm/v/@bemoje/array" alt="NPM Version" /></a></span>
15
- <span><a href="https://npmjs.org/@bemoje/array" title="NPM Downloads"><img src="https://img.shields.io/npm/dt/@bemoje/array" alt="NPM Downloads" /></a></span>
16
14
 
17
15
  ## Documentation
18
- [array docs](https://bemoje.github.io/tsmono/modules/array.html)
19
-
20
- ##### Donate
21
- <span><a href="https://www.patreon.com/user?u=40752770" title="Donate using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon Donation" /></a></span>
16
+ [Documentation Website](https://bemoje.github.io/tsmono/modules/array.html)
22
17
 
23
18
  ## Installation
24
19
  This library is published in the NPM registry and can be installed using any compatible package manager.
@@ -30,10 +25,10 @@ npm install @bemoje/array
30
25
 
31
26
 
32
27
  ## Issues
33
- Please let me know of any bugs or [issues](https://github.com/bemoje/https://github.com/bemoje/tsmono/issues).
28
+ Please let me know of any bugs or [issues](https://github.com/bemoje/tsmono/issues).
34
29
 
35
30
  ## Contribute
36
- Contributors are welcome to open a [pull request](https://github.com/bemoje/https://github.com/bemoje/tsmono/pulls).
31
+ Contributors are welcome to open a [pull request](https://github.com/bemoje/tsmono/pulls).
37
32
 
38
33
  ## License
39
34
  Released under the [MIT License](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bemoje/array",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "array related tools/util.",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {},