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

Commit

Permalink
do not use newer cqrs modules
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Aug 29, 2014
1 parent 16cc534 commit 1691670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"author": "adrai", "author": "adrai",
"name": "node-cqs", "name": "node-cqs",
"version": "0.7.1", "version": "0.7.2",
"private": false, "private": false,
"main": "index.js", "main": "index.js",
"engines": { "engines": {
Expand All @@ -16,8 +16,8 @@
"eventemitter2": ">= 0.4.13", "eventemitter2": ">= 0.4.13",
"node-queue": "1.0.x", "node-queue": "1.0.x",
"viewmodel": "< 1.0.0", "viewmodel": "< 1.0.0",
"nodeEventedCommand": ">= 0.1.2", "nodeEventedCommand": "< 1.0.0",
"cqrs-eventdenormalizer": ">= 0.4.1", "cqrs-eventdenormalizer": "< 1.0.0",
"retry": ">= 0.6.0", "retry": ">= 0.6.0",
"node-uuid": ">= 1.4.1" "node-uuid": ">= 1.4.1"
}, },
Expand Down

0 comments on commit 1691670

Please sign in to comment.