Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
 - Fix: #13 , thanks to @FernandoCesarS
 - Update Atmosphere dependencies
 - Compatibility with `[email protected]`
  • Loading branch information
dr-dimitru committed Feb 23, 2018
1 parent f80ebbe commit 376b524
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
55 changes: 30 additions & 25 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,44 +1,49 @@
[email protected]
babel-compiler@6.24.7
babel-runtime@1.1.1
babel-compiler@7.0.5
babel-runtime@1.2.0
[email protected]
[email protected]
boilerplate-generator@1.3.0
callback-hook@1.0.10
check@1.2.5
boilerplate-generator@1.4.0
callback-hook@1.1.0
check@1.3.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
ecmascript-runtime-client@0.5.0
ecmascript-runtime-client@0.6.0
[email protected]
[email protected]
[email protected]
[email protected]
local-test:ostrio:[email protected]
[email protected]
[email protected]
local-test:ostrio:[email protected]
[email protected]
[email protected].0
[email protected].0
[email protected].0
[email protected].0
mongo@1.3.1
[email protected].2
[email protected].3
[email protected].3
[email protected].1
mongo@1.4.2
[email protected]
[email protected]
[email protected]
ordered-dict@1.0.9
ordered-dict@1.1.0
ostrio:[email protected]
ostrio:[email protected].4
ostrio:[email protected].5
ostrio:[email protected]
[email protected].0
random@1.0.10
[email protected].1
random@1.1.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:loggerfile',
version: '2.0.4',
version: '2.0.5',
summary: 'Logging: Store application\'s logs into file (Server & Client support)',
git: 'https://github.com/VeliovGroup/Meteor-logger-file',
documentation: 'README.md'
Expand All @@ -17,7 +17,7 @@ Package.onUse(function(api) {

Package.onTest(function(api) {
api.use('tinytest');
api.use(['ecmascript', 'underscore', 'ostrio:logger@2.0.6', 'ostrio:loggerfile']);
api.use(['ecmascript', 'underscore', 'ostrio:logger', 'ostrio:loggerfile']);
api.addFiles('loggerfile-tests.js');
});

Expand Down

0 comments on commit 376b524

Please sign in to comment.