Skip to content

Commit

Permalink
fix: npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaLagodich committed Sep 1, 2024
1 parent c630600 commit 2fdb728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "iter8or",
"version": "1.0.1",
"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": "dist/index.js",
"main": "dist/iter8or.cjs.js",
"module": "dist/iter8or.esm.js",
"type": "module",
"module": "dist/index.esm.js",
"keywords": ["javascript", "javascript-library", "iterator", "iterators", "async-iterators", "async-iterator"],
"author": "Tanya Lagodich",
"repository": "https://github.com/TanyaLagodich/Iter8or.git",
Expand Down

0 comments on commit 2fdb728

Please sign in to comment.