Skip to content

Commit

Permalink
Version bump to 1.1.0, minor changes on the list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wssbck committed Mar 12, 2015
1 parent 59528f2 commit 0d401e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
},
Expand Down

0 comments on commit 0d401e3

Please sign in to comment.