Skip to content

Commit

Permalink
updated repo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikologic committed Sep 11, 2023
1 parent fa12ab9 commit ea2cacc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "process-async-iterable",
"version": "1.1.0",
"version": "1.2.0",
"description": "A light framework for functional AsyncIterable processing",
"main": "dist/src/index.js",
"scripts": {
Expand All @@ -14,12 +14,12 @@
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mrenrich84/process-async-iterable.git"
"url": "git+https://github.com/erikologic/process-async-iterable.git"
},
"bugs": {
"url": "https://github.com/mrenrich84/process-async-iterable/issues"
"url": "https://github.com/erikologic/process-async-iterable/issues"
},
"homepage": "https://github.com/mrenrich84/process-async-iterable#readme",
"homepage": "https://github.com/erikologic/process-async-iterable#readme",
"engines": {
"node": ">=14",
"npm": ">=6"
Expand Down

0 comments on commit ea2cacc

Please sign in to comment.