Skip to content

Commit

Permalink
downgrade wadofgum for node 0.10.x compat
Browse files Browse the repository at this point in the history
  • Loading branch information
stongo committed Aug 27, 2015
1 parent f614f6d commit 6d2e700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ var Message = new Factory({
schema: messageSchema
});

Message.schema = messageSchema;

module.exports = Message;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsquishy-message",
"version": "1.0.3",
"version": "1.0.4",
"licenses": [
{
"type": "MIT"
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"uuid": "^2.0.0",
"joi": "^6.0.0",
"wadofgum": "3.2.0"
"wadofgum": "^2.1.1"
},
"keywords": [
"build worker"
Expand Down

0 comments on commit 6d2e700

Please sign in to comment.