[Pkg-javascript-commits] [d3-tip.js] 01/02: Fix bower.json and package.json dependencies for 0.6.x (d3 v3)

Sunil Mohan Adapa sunilmohan-guest at moszumanska.debian.org
Thu Dec 8 10:37:26 UTC 2016


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

sunilmohan-guest pushed a commit to tag v0.6.8
in repository d3-tip.js.

commit 83d2a451736ca2929b71769e56d90a0692d18ec3
Author: Tim van der Horst <tim.vanderhorst at sportsmedglobal.com>
Date:   Mon Aug 15 10:22:38 2016 +1000

    Fix bower.json and package.json dependencies for 0.6.x (d3 v3)
---
 bower.json   | 4 ++--
 package.json | 7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/bower.json b/bower.json
index da4bc84..cf7d1f0 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "d3-tip",
-  "version": "0.6.7",
+  "version": "0.6.8",
   "main": "index.js",
   "ignore": [
     "**/.*",
@@ -12,6 +12,6 @@
     "docs"
   ],
   "dependencies": {
-    "d3": "3.5.5"
+    "d3": "^3.5.5"
   }
 }
diff --git a/package.json b/package.json
index 2c1e160..7fa4dc7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "d3-tip",
-  "version": "0.6.7",
+  "version": "0.6.8",
   "description": "Tooltips for d3 svg visualizations",
   "author": "Justin Palmer <justin at labratrevenge.com> (http://labratrevenge.com/d3-tip)",
   "main": "index.js",
@@ -24,5 +24,8 @@
   "bugs": {
     "url": "https://github.com/Caged/d3-tip/issues"
   },
-  "homepage": "https://github.com/Caged/d3-tip"
+  "homepage": "https://github.com/Caged/d3-tip",
+  "dependencies": {
+    "d3": "^3.5.5"
+  }
 }

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