Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaLagodich committed Sep 1, 2024
1 parent 9e1a027 commit 9100125
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iter8or",
"version": "1.0.1",
"version": "1.0.2",
"description": "A versatile library for working with iterators and asynchronous iterators in JavaScript. It provides powerful methods for processing, filtering, combining, and transforming data, and even allows the creation of iterators from non-iterable objects.",
"main": "iter8or.cjs.js",
"module": "iter8or.esm.js",
Expand All @@ -9,7 +9,14 @@
"require": "./iter8or.cjs.js"
},
"type": "module",
"keywords": ["javascript", "javascript-library", "iterator", "iterators", "async-iterators", "async-iterator"],
"keywords": [
"javascript",
"javascript-library",
"iterator",
"iterators",
"async-iterators",
"async-iterator"
],
"author": "Tanya Lagodich",
"repository": "https://github.com/TanyaLagodich/Iter8or.git",
"license": "MIT",
Expand Down

0 comments on commit 9100125

Please sign in to comment.