Created
August 17, 2016 13:11
-
-
Save Ginden/657a193550d152e7fd22cc67ba4f9c8b to your computer and use it in GitHub Desktop.
Repository Bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@test/bar", | |
"version": "0.1.0", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Michał Wadas", | |
"license": "MIT", | |
"dependencies": { | |
"@test/foo": "https://gist.github.com/f7d3a3c5e4e1e6b5d467e112a0cae656.git", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment