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>2014-05-02 04:03:53 +0400
committerisaacs <i@izs.me>2014-05-02 04:03:53 +0400
commit972e66164e5ad8906a38dd28b1a9ec3f9d237fbc (patch)
tree02fa92cc3df0e42ac2be9238865eabcd872ddb57 /package.json
parent92dd730ebddd8ada78d59e50f376b7b9e4e0d8db (diff)
Use marked instead of ronn for html docs
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e10263e03..c9c59625f 100644
--- a/package.json
+++ b/package.json
@@ -138,6 +138,7 @@
"which"
],
"devDependencies": {
+ "marked": "~0.3.2",
"npm-registry-mock": "~0.6.3",
"ronn": "~0.3.6",
"tap": "~0.4.9"