[Pkg-javascript-commits] [pdf.js] 189/204: Fix jsdoc version in package.json to work with npm 2.x.y.

David Prévot taffit at moszumanska.debian.org
Sat Oct 25 18:50:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit ddec2f2a2ace60786dd7d54fe3daebbce4bdea26
Author: Michał Gołębiowski <m.goleb at gmail.com>
Date:   Tue Oct 14 14:00:16 2014 +0200

    Fix jsdoc version in package.json to work with npm 2.x.y.
    
    Fixes #5340
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 1485c92..985c6d8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "pdf.js",
   "version": "0.8.0",
   "devDependencies": {
-    "jsdoc": "~3.3.0",
+    "jsdoc": "3.3.0-alpha9",
     "jshint": "2.4.x",
     "wintersmith": "2.0.x",
     "moment": "2.3.x",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list