From a8144d21defad4823558a9c84a7d738872de2289 Mon Sep 17 00:00:00 2001 From: Connor Osborn Date: Wed, 12 Aug 2015 15:57:21 -0700 Subject: [PATCH] Include d3, bootstrap-sass master bootstrap-sass is pointing to github while we are awaiting a fix to a sass bug (https://github.com/twbs/bootstrap-sass/issues/919) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fc7eb7a0c..d80cab56a 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,9 @@ "dependencies": { "babel-runtime": "^5.8.12", "backbone": "^1.2.1", - "bootstrap-sass": "^3.3.5", + "bootstrap-sass": "https://github.com/twbs/bootstrap-sass.git", "crypto-js": "^3.1.5", + "d3": "^3.5.6", "highcharts-commonjs": "^4.1.7-1", "jquery": "^2.1.3", "moment": "^2.10.6",