Skip to content

Instantly share code, notes, and snippets.

View yaram's full-sized avatar
😶
Living

Rebecca Reitsma yaram

😶
Living
View GitHub Profile
@yaram
yaram / package.json
Created January 22, 2019 12:27
Basic package including a git dependency
{
"name": "npm-git-dependency-test",
"dependencies": {
"npm-git-dependency": "yaram/npm-git-dependency"
}
}