From 0d401e3d29eb2c22b7d1cc0ff21278438bb664a4 Mon Sep 17 00:00:00 2001 From: wssbck Date: Thu, 12 Mar 2015 22:43:16 +0100 Subject: [PATCH] Version bump to 1.1.0, minor changes on the list of dependencies --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3fa0314..abfdb70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crossfilter-helpers", - "version": "1.0.6", + "version": "1.1.0", "license": "Apache-2.0", "description": "Reduction functions for Crossfilter's reduce()", "keywords": [ @@ -22,12 +22,13 @@ }, "dependencies": { "crossfilter": "~1.3.9", - "decimal.js" : "~4.0.1" + "decimal.js": "~4.0.1" }, "devDependencies": { + "bower": "^1.3.12", "gulp": "~3.8.7", - "gulp-jasmine": "~2.0.0", "gulp-concat": "~2.4.0", + "gulp-jasmine": "~2.0.0", "gulp-jshint": "~1.8.4", "gulp-uglify": "~1.0.1" },