Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge branch '0.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Sep 10, 2012
2 parents 7148af1 + 7a3f319 commit 28dad4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ {
"name": "cube", "name": "cube",
"version": "0.2.3", "version": "0.2.4",
"description": "A system for analyzing time series data using MongoDB and Node.", "description": "A system for analyzing time series data using MongoDB and Node.",
"keywords": ["time series"], "keywords": ["time series"],
"homepage": "http://square.github.com/cube/", "homepage": "http://square.github.com/cube/",
Expand All @@ -9,7 +9,7 @@
"main": "./lib/cube", "main": "./lib/cube",
"dependencies": { "dependencies": {
"mongodb": "1.0.1", "mongodb": "1.0.1",
"node-static": "0.5.9", "node-static": "0.6.1",
"pegjs": "0.6.2", "pegjs": "0.6.2",
"vows": "0.5.11", "vows": "0.5.11",
"websocket": "1.0.3", "websocket": "1.0.3",
Expand Down

0 comments on commit 28dad4a

Please sign in to comment.