Created
January 11, 2018 08:08
-
-
Save alextanhongpin/60bb6c318752888dc310594d38b58743 to your computer and use it in GitHub Desktop.
How to "host" your npm modules on Github and refer it.
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-github", | |
"version": "1.0.0", | |
"main": "index.js", | |
"license": "MIT", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "alextanhongpin <[email protected]>", | |
"description": "", | |
"dependencies": { | |
"compress": "github:alextanhongpin/compress.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment