[Pkg-javascript-commits] [backbone] 27/34: added underscore dependency

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 16:58:45 UTC 2014


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

js pushed a commit to tag 0.1.2
in repository backbone.

commit 402f86634107682dab07eba8b1945b7faf8e8653
Author: Elijah Insua <tmpvar at gmail.com>
Date:   Mon Oct 18 21:46:03 2010 -0400

    added underscore dependency
---
 package.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index b7b898a..ce8a5e5 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,10 @@
   "keywords"      : ["util", "functional", "server", "client", "browser"],
   "author"        : "Jeremy Ashkenas <jeremy at documentcloud.org>",
   "contributors"  : [],
-  "dependencies"  : [],
+  "dependencies"  : {
+    "underscore"  : ">=1.1.2"
+  },
   "lib"           : ".",
   "main"          : "backbone.js",
   "version"       : "0.1.1"
-}
\ No newline at end of file
+}

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



More information about the Pkg-javascript-commits mailing list