Skip to content

Commit

Permalink
seneca updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristina Matuleviciute committed Jun 1, 2016
1 parent 4010d45 commit d544956
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "~4.13.4",
"lodash": "~4.13.1",
"request": "~2.72.0",
"seneca": "0.6.2",
"seneca": "plugin",
"seneca-entity": "0.1.1",
"seneca-jsonrest-api": "~0.3.1"
},
Expand Down
3 changes: 0 additions & 3 deletions micro-services/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
module.exports = function( options ) {
var seneca = this
var plugin = 'api'
if (seneca.version >= '2.0.0') {
seneca.use('entity')
}

seneca.add({role: plugin, end: 'offer'}, end_offer)

Expand Down
2 changes: 1 addition & 1 deletion micro-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"body-parser": "~1.15.1",
"express": "~4.13.4",
"seneca": "0.6.2",
"seneca": "plugin",
"seneca-entity": "0.1.1",
"seneca-auth": "~1.0.1",
"seneca-user": "~1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion shopping-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"express-session": "~1.13.0",
"method-override": "~2.3.6",
"optimist": "~0.6.1",
"seneca": "0.6.2",
"seneca": "plugin",
"seneca-entity": "0.1.1",
"seneca-admin": "~0.2.0",
"seneca-auth": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion user-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ejs": "~2.4.1",
"ejs-locals": "~1.0.2",
"node-uuid": "~1.4.0",
"seneca": "0.6.2",
"seneca": "pugin",
"seneca-user": "~1.0.1",
"seneca-auth": "~1.0.1",
"seneca-admin": "~0.2.0",
Expand Down

0 comments on commit d544956

Please sign in to comment.