Skip to content

Commit

Permalink
Update package configuration and remove mgp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
darko-mijic committed Jan 29, 2016
1 parent 911d8bd commit b3e3eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
27 changes: 1 addition & 26 deletions git-packages.json
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
{
"space:base": {
"git":"https://github.com/meteor-space/base.git",
"version": "972c92877e82cfe6f04944b1cb5c0a00b75b5372"
},
"space:messaging": {
"git":"https://github.com/meteor-space/messaging.git",
"version": "734b5131a6df701dad6e6e45d018b91334374fdc"
},
"space:domain": {
"git":"https://github.com/meteor-space/domain.git",
"version": "c3915404196c201b3db69effb844b16bc1ceb74a"
},
"space:testing": {
"git":"https://github.com/meteor-space/testing.git",
"version": "53f24417c325500e1b836b88d5f03a17b2d97585"
},
"space:testing-messaging": {
"git":"https://github.com/meteor-space/testing-messaging.git",
"version": "644bd94b3e80007347cae1315293672f294cfc20"
},
"space:testing-event-sourcing": {
"git":"https://github.com/meteor-space/testing-event-sourcing.git",
"version": "72cea09b7e5026ed2de8d03adbfe5c5ed91710a2"
}
}
{}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Package.onUse(function(api) {
'mikowals:[email protected]',
'fongandrew:[email protected]',
'space:[email protected]',
'space:[email protected].0',
'space:[email protected].1',
'space:[email protected]'
]);

Expand Down

0 comments on commit b3e3eb5

Please sign in to comment.