summaryrefslogtreecommitdiff
path: root/deps/npm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/Makefile')
-rw-r--r--deps/npm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/Makefile b/deps/npm/Makefile
index 6ee80d57b..82fa8b65e 100644
--- a/deps/npm/Makefile
+++ b/deps/npm/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
+ node cli.js install ronn
doc: man