Skip to content

Commit

Permalink
Fix URLs in package, add badge (#7)
Browse files Browse the repository at this point in the history
- 2021-10-26: v2.0.1
  - Fix repo links in package.json
  - Add badge to readme
  • Loading branch information
msamblanet authored Oct 26, 2021
1 parent db7e5f9 commit 25b1219
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

NOTE: This is only the revision history for my branch of deep-iterator

- 2021-10-25: v2.0.1
- Fix repo links in package.json
- Add badge to readme

- 2021-10-25: v2.0.0
- Migrated package into an ESM module under Node-16
- Added typescript definitions
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# deep-iterator
[![npm version](https://badge.fury.io/js/@msamblanet%2Fdeep-iterator.svg)](https://badge.fury.io/js/@msamblanet%2Fdeep-iterator)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

**NOTE:** This is not the original branch for deep-iterator. This is a modified branch maintained by @msamblanet to incoroprate typescript definitions, convert into an ESM module, and bring dependencies up to date.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msamblanet/deep-iterator",
"version": "2.0.0",
"version": "2.0.1",
"description": "Deep iteration of any object or iterable collection. (This version revised by @msablanet)",
"type": "module",
"main": "src/deep-iterator.js",
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/couralex/deep-iterator.git"
"url": "git+https://github.com/msamblanet/deep-iterator.git"
},
"keywords": [
"iterator",
Expand All @@ -25,12 +25,12 @@
"bfs",
"object"
],
"author": "couralex <[email protected]>",
"author": "couralex <[email protected]>, Michael Samblanet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/couralex/deep-iterator/issues"
"url": "https://github.com/msamblanet/deep-iterator/issues"
},
"homepage": "https://github.com/couralex/deep-iterator#readme",
"homepage": "https://github.com/msamblanet/deep-iterator#readme",
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^8.1.0",
Expand Down

0 comments on commit 25b1219

Please sign in to comment.