[Pkg-javascript-commits] [pdf.js] 04/05: Move docs dependancies.

David Prévot taffit at moszumanska.debian.org
Thu Nov 19 18:46:15 UTC 2015


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

taffit pushed a commit to tag help
in repository pdf.js.

commit 8dbdd52c5a9d177e7488628299c41bdbb39faf95
Author: Brendan Dahl <brendan.dahl at gmail.com>
Date:   Wed Apr 9 16:12:25 2014 -0700

    Move docs dependancies.
---
 docs/package.json | 8 --------
 package.json      | 5 ++++-
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/docs/package.json b/docs/package.json
deleted file mode 100644
index eafa984..0000000
--- a/docs/package.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "dependencies": {
-    "moment": "2.3.x",
-    "underscore": "1.4.x",
-    "typogr": "0.5.x"
-  },
-  "repository": "none"
-}
diff --git a/package.json b/package.json
index 19070f3..30c9a4f 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,10 @@
     "yargs": "~1.2.1"
   },
   "devDependencies": {
-    "wintersmith": "2.0.x"
+    "wintersmith": "2.0.x",
+    "moment": "2.3.x",
+    "underscore": "1.4.x",
+    "typogr": "0.5.x"
   },
   "scripts": {
     "test": "node make lint"

-- 
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