Skip to content

Commit

Permalink
Merge pull request #497 from senecajs/chainremove
Browse files Browse the repository at this point in the history
completely remove seneca-chain dependency
  • Loading branch information
mcdonnelldean authored Aug 18, 2016
2 parents 5f553c6 + d084531 commit 3da79d7
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 202 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"no-shadow-relaxed": "1.0.x",
"seneca-echo": "0.3.x",
"seneca-entity": "1.2.x",
"seneca-error-test": "0.2.x",
"seneca-chain": "senecajs-labs/seneca-chain"
"seneca-error-test": "0.2.x"
}
}
2 changes: 1 addition & 1 deletion test/seneca.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2010-2015 Richard Rodger, MIT License */
/* Copyright (c) 2010-2016 Richard Rodger, MIT License */
'use strict'

var Assert = require('assert')
Expand Down
Loading

0 comments on commit 3da79d7

Please sign in to comment.