From e0278c1cbc1a70d9d4b835ff6c52d2b75a57a9ea Mon Sep 17 00:00:00 2001 From: uf0 Date: Mon, 16 Jan 2017 17:52:42 +0100 Subject: [PATCH] update bower.json --- bower.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index cb25957d..f5dce472 100755 --- a/bower.json +++ b/bower.json @@ -1,16 +1,17 @@ { "name": "Raw", - "version": "1.0.0", + "version": "1.2.0", "authors": [ - "DensityDesign Lab" + "DensityDesign Lab", + "Calibro" ], - "description": "The missing link between spreadsheet and vector graphics", + "description": "The missing link between spreadsheet and data visualization", "main": "index.html", "keywords": [ "Raw" ], - "license": "LGPL v.3", - "homepage": "raw.densitydesign.org", + "license": "Apache License 2.0", + "homepage": "rawgraphs.io", "ignore": [ "**/.*", "node_modules", @@ -19,7 +20,7 @@ "tests" ], "dependencies": { - "angular": "~1.3.2", + "angular": "1.3.2", "d3": "3.5.17", "bootstrap": "~3.3.0", "angular-route": "~1.3.2", @@ -40,5 +41,8 @@ "is_js": "~0.7.4", "js-xlsx": "~0.8.0", "d3-plugins-density": "latest" + }, + "resolutions": { + "angular": "1.3.20" } }