diff options
Diffstat (limited to 'deps/npm/html/api/edit.html')
-rw-r--r-- | deps/npm/html/api/edit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/api/edit.html b/deps/npm/html/api/edit.html index 5d0bdd8d29..355603cc59 100644 --- a/deps/npm/html/api/edit.html +++ b/deps/npm/html/api/edit.html @@ -2,7 +2,7 @@ <html> <title>edit</title> <meta http-equiv="content-type" value="text/html;utf-8"> - <link rel="stylesheet" type="text/css" href="./style.css"> + <link rel="stylesheet" type="text/css" href="../style.css"> <body> <div id="wrapper"> @@ -30,7 +30,7 @@ to open. The package can optionally have a version number attached.</p> <p>Since this command opens an editor in a new process, be careful about where and how this is used.</p> </div> -<p id="footer">edit — npm@1.1.23</p> +<p id="footer">edit — npm@1.1.24</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |