Skip to content

Conversation

@alexlamsl
Copy link
Contributor

No description provided.

@Jarred-Sumner
Copy link
Collaborator

What happens if they are using authentication?

@alexlamsl
Copy link
Contributor Author

What happens if they are using authentication?

It will fallback to match dependency type of .git, which would currently fail gracefully:

$ cat package.json
{
  "name": "test",
  "dependencies": {
    "uglifyjs": "git://username:[email protected]/mishoo/UglifyJS.git"
  }
}
$ bun install
bun install v0.5.7 (8b4e58f3)


error: Support for dependency type "git" is not implemented yet ("git://username:[email protected]/mishoo/UglifyJS.git")

@Jarred-Sumner Jarred-Sumner merged commit cdbc620 into oven-sh:main Feb 12, 2023
@Jarred-Sumner
Copy link
Collaborator

Thank you

@alexlamsl alexlamsl deleted the git-github branch February 13, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants