Created
February 24, 2015 18:02
-
-
Save dotmilk/f3c0cb80f40bdb0dfe59 to your computer and use it in GitHub Desktop.
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
| npm version could vary based on which node you are using with n | |
| "engines": { | |
| "node": "0.10.36", | |
| "npm": "x.x.x" | |
| } | |
| or | |
| "engines": { | |
| "node": "0.12.x", | |
| "npm": "x.x.x" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment