Skip to content

Commit

Permalink
Merge pull request #5 from cvent/recursive
Browse files Browse the repository at this point in the history
support recursive writing of yarn.lock files
  • Loading branch information
jonathanmorley authored Jul 28, 2022
2 parents 05c67bd + 5c3a283 commit bda100d
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 40 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cvent/pnpm-lock-export",
"version": "0.2.4",
"version": "0.3.0",
"description": "A utility for converting pnpm-lock.yaml to other lockfile formats",
"main": "dist/src/index.js",
"files": [
Expand All @@ -21,10 +21,13 @@
"author": "Jonathan Morley <jmorley@cvent.com>",
"license": "MIT",
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"@pnpm/lockfile-file": "^5.1.4",
"@pnpm/lockfile-utils": "^4.1.0",
"@pnpm/logger": "^4.0.0",
"@pnpm/prune-lockfile": "^4.0.12",
"@pnpm/read-project-manifest": "^3.0.6",
"@pnpm/types": "^8.4.0",
"argparse": "^2.0.1",
"dependency-path": "^9.2.3"
},
Expand Down
Loading

0 comments on commit bda100d

Please # to comment.