Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
 - Deps packages update
  • Loading branch information
dr-dimitru committed May 24, 2015
1 parent 1a1640b commit f3d7810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .versions
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Package.describe({
name: 'ostrio:loggerfile',
version: '0.0.7',
version: '0.0.8',
summary: 'Simply store application logs into file within ostrio:logger package',
git: 'https://github.com/VeliovGroup/Meteor-logger-file',
documentation: 'README.md'
});

Package.onUse(function(api) {
api.versionsFrom('1.0');
api.use(['coffeescript', 'ostrio:[email protected].4'], ['client', 'server']);
api.use(['coffeescript', 'ostrio:[email protected].5'], ['client', 'server']);
api.use('ostrio:[email protected]', 'server')
api.addFiles('ostrio:loggerfile.coffee', ['client', 'server']);
});
Expand Down

0 comments on commit f3d7810

Please sign in to comment.