Skip to content

Commit 14d7f2c

Browse files
bump version and npm meta
1 parent ab1e885 commit 14d7f2c

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-async-pool",
3-
"version": "0.0.1",
4-
"description": "Easy to use async and promise returning functions pool with no dependencies",
3+
"version": "0.0.2",
4+
"description": "Easy to use, dependency free and typesafe concurrent pool of async and promise returning functions",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"directories": {
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"test": "mocha --require ts-node/register --extensions ts 'tests/**/*.ts'",
2222
"build": "tsc -p tsconfig.build.json",
23-
"release": "npm run build && cp package.json dist && npm publish dist"
23+
"release": "npm run build && cp package.json dist && cp README.md dist && npm publish ./dist"
2424
},
2525
"repository": {
2626
"type": "git",
@@ -32,7 +32,11 @@
3232
"pool",
3333
"concurrency",
3434
"iterator",
35-
"async iterator"
35+
"async iterator",
36+
"typesafe",
37+
"typescript",
38+
"no dependencies",
39+
"dependency free"
3640
],
3741
"author": "Enrique Pöhlmann",
3842
"license": "MIT",

0 commit comments

Comments
 (0)