Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: export yarnlockparser #131

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ dist
.idea
.nyc_output/
.dccache
/yarn.lock
2 changes: 2 additions & 0 deletions lib/index.ts
Expand Up @@ -33,6 +33,8 @@ export {
InvalidUserInputError,
OutOfSyncError,
ManifestFile,
Yarn2LockParser,
YarnLockParser
};

async function buildDepTree(
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -45,7 +45,8 @@
"semver": "^7.3.5",
"snyk-config": "^4.0.0-rc.2",
"tslib": "^1.9.3",
"uuid": "^8.3.0"
"uuid": "^8.3.0",
"debug": "^4.3.1"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependencies is lost...

},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand Down