Browse Source

Refs #2737: moving code to test for the National Veterans Conference.

Charles Ezell 12 years ago
parent
commit
6f5413df5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "mungedb-aggregate",
-  "version": "0.5.0+2013.06.17",
+  "version": "0.5.4+2013.08.12",
   "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.",
   "author": "Rivera Group <support@riverainc.com>",
   "contributors": [
@@ -23,7 +23,7 @@
   ],
   "dependencies": {
     "sift": "*",
-    "async":"*"
+    "async": "*"
   },
   "devDependencies": {
     "mocha": "*",