Skip to content

Commit 41d52bf

Browse files
committed
chore: add pnpm
1 parent a263a97 commit 41d52bf

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
"dependencies": {
5050
"debug": "4.4.1",
5151
"lodash.chunk": "4.2.0",
52-
53-
5452
"p-map": "7.0.3"
5553
},
5654
"devDependencies": {
@@ -65,8 +63,6 @@
6563
"@types/debug": "4.1.12",
6664
"@types/jest": "30.0.0",
6765
"@types/lodash.chunk": "4.2.9",
68-
69-
7066
"@types/node": "24.3.0",
7167
"eslint": "9.34.0",
7268
"husky": "9.1.7",
@@ -84,5 +80,6 @@
8480
},
8581
"publishConfig": {
8682
"access": "public"
87-
}
83+
},
84+
"packageManager": "[email protected]"
8885
}

readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ const {parallelScan, parallelScanAsStream} = await import('@shelf/dynamodb-paral
9292
## Publish
9393

9494
```sh
95-
$ git checkout master
96-
$ pnpm version
97-
$ pnpm publish
98-
$ git push origin master --tags
95+
$ pnpm dlx np
9996
```
10097

10198
## License

0 commit comments

Comments
 (0)