From 215f6f9203ef485849634d092b3a3b2b46fb40d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximiliano=20B=C3=A1ez=20Gonz=C3=A1lez?= Date: Fri, 10 Jun 2016 11:55:29 -0400 Subject: [PATCH] Se actualizan las versiones del paquete --- bower.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 41ef041..a9a636f 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,9 @@ { "name": "bubbles-chart", - "version": "0.0.0", + "version": "0.0.1", "dependencies": { - "jquery": "*", - "d3": "*", + "jquery": "2.2.4", + "d3": "3.5.*", "d3plus": "1.9.3" } } diff --git a/package.json b/package.json index 485bb6d..f605ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bubbles-chart", - "version": "v0.0.0", + "version": "v0.0.1", "author": "Maximiliano Báez González ", "description": "Bubble chart", "private": true,