diff --git a/README.md b/README.md index b1dcc51..3185d59 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iterable-js +# iterables-js A data structures library based on iterators, inspired by libstdc++ diff --git a/package-lock.json b/package-lock.json index a8c6e91..931b3e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { - "name": "iterable", - "version": "1.0.0", + "name": "iterables", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "iterable", - "version": "1.0.0", - "license": "ISC", + "name": "iterables", + "version": "0.1.0", + "license": "LGPL-3.0-only", "dependencies": { "esbuild": "^0.25.2", "vitest": "^3.1.1" diff --git a/package.json b/package.json index a2e01c3..1c6ace8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "iterable", + "name": "iterables", "version": "0.1.0", "description": "", "main": "dist/index.js", @@ -9,7 +9,7 @@ }, "keywords": [], "author": "Vlad Litvinov ", - "license": "ISC", + "license": "LGPL-3.0-only", "type": "module", "dependencies": { "esbuild": "^0.25.2",