diff options
Diffstat (limited to 'deps/npm/html/api/start.html')
-rw-r--r-- | deps/npm/html/api/start.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/api/start.html b/deps/npm/html/api/start.html index a3afdf4579..d762ff5889 100644 --- a/deps/npm/html/api/start.html +++ b/deps/npm/html/api/start.html @@ -2,7 +2,7 @@ <html> <title>start</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"> @@ -19,7 +19,7 @@ <p>npm can run tests on multiple packages. Just specify multiple packages in the <code>packages</code> parameter.</p> </div> -<p id="footer">start — npm@1.1.23</p> +<p id="footer">start — npm@1.1.24</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |