Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-08-07 00:03:37 +0400
committerisaacs <i@izs.me>2012-08-07 00:03:50 +0400
commit6819f8b95af938772d922b7d56c7db12acaf9ee4 (patch)
tree42b924d53955e2ac13dd20d8c9ff868af9a8cd07 /Makefile
parent76ad0d0e7c120c655087a2fd64d33aabc2126582 (diff)
Use public ronn instead of git fork
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8ae92744..8a856e9fa 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ doc/cli/index.md: $(markdowns) scripts/index-build.js scripts/doc-build.sh packa
node scripts/index-build.js > $@
node_modules/.bin/ronn:
- node cli.js install https://github.com/isaacs/ronnjs/tarball/master
+ node cli.js install
doc: man