Created
September 5, 2018 14:05
-
-
Save ashleygwilliams/2953db9910b1ffc5c6c4e33638eba134 to your computer and use it in GitHub Desktop.
This file contains 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
[package] | |
#... | |
[dependencies] | |
#... | |
[npm] | |
moment = "~2.22" | |
#sugar for moment = { version: "~2.22", type: prod } | |
mocha = { version: "mochajs/mocha#4727d357ea", type: dev } | |
chai = { version: "^4", type: dev } | |
optional = { version: "6.6.6", type: optional } | |
git = { version: "http://asdf.com/asdf.tar.gz" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment