bump version, add .npmignore

This commit is contained in:
HorizonCode 2025-01-10 15:55:50 +01:00
parent cfd430e31c
commit 33050a6f4a
2 changed files with 7 additions and 0 deletions

6
.npmignore Normal file
View File

@ -0,0 +1,6 @@
test/
node_modules/
README.md
.gitignore
biome.json
bun.lockb

View File

@ -1,5 +1,6 @@
{
"name": "mutex-lock-redis",
"version": "1.0.1",
"module": "index.ts",
"type": "module",
"scripts": {