[Pkg-javascript-commits] [d3-tip.js] 51/277: use bower for d3-tip and dependencies

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:15 UTC 2016


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

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit 5eb652972c153b1a115fcabfeaeef1a758197ea0
Author: Justin Palmer <justin at github.com>
Date:   Wed Apr 3 15:40:28 2013 -0700

    use bower for d3-tip and dependencies
---
 component.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/component.json b/component.json
new file mode 100644
index 0000000..232e69d
--- /dev/null
+++ b/component.json
@@ -0,0 +1,13 @@
+{
+  "name": "d3-tip",
+  "version": "0.2.0",
+  "main": "src/index.js",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "components"
+  ],
+  "dependencies": {
+    "d3": "3.1.4"
+  }
+}
\ No newline at end of file

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



More information about the Pkg-javascript-commits mailing list