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

Fix URLs as dependencies in package.json #793

Merged
merged 1 commit into from
Jan 26, 2020

Conversation

stefanbuck
Copy link
Member

@stefanbuck stefanbuck commented Jan 26, 2020

Referencing dependencies using github shorthands or as git urls worked in the past, but seems to be broken since quite a while.

"dependencies": {
  "express": "expressjs/express",
  "mocha": "mochajs/mocha#v7.0.0",
   "angular": "git@github.com:angular/angular.git"
}

@stefanbuck stefanbuck merged commit 0299944 into OctoLinker:master Jan 26, 2020
@stefanbuck stefanbuck deleted the fix-urls-as-dep branch January 26, 2020 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant