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-01-16 22:07:25 +0400
committerisaacs <i@izs.me>2012-01-16 22:07:25 +0400
commitbfc36a9b6b04e0a67ec819b9811af7d1273f55a8 (patch)
tree1a654c04cbef44cd8f6ed10162abada35774c906 /Makefile
parent0e9ac8ff8445be72dcf127b25f9f00029025edfa (diff)
Build ronn by checking the bin, not the package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3e6101ee..415a1b3d6 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ html/api/%.html: doc/api/%.md html/dochead.html html/docfoot.html scripts/doc-bu
doc/cli/index.md: $(markdowns) scripts/index-build.js scripts/doc-build.sh package.json
node scripts/index-build.js > $@
-node_modules/ronn:
+node_modules/.bin/ronn:
node cli.js install https://github.com/isaacs/ronnjs/tarball/master
doc: man