Skip to content

Commit

Permalink
Version update for autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
1024kilobyte committed Feb 24, 2015
1 parent 1734e69 commit 2ac3623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
"summary": 'A Winston Logentries transport for Meteor.',
"version": "0.0.6",
"version": "0.0.7",
"git": "https://github.com/1024kilobyte/meteor-winston-logentries.git",
"name": "1024kilobyte:winston-logentries"
});
Expand All @@ -11,10 +11,10 @@ Npm.depends({
});

Package.onUse(function (api, where) {

api.addFiles('winston.js', 'server');
api.addFiles('winston-logentries.js', 'server');

if(api.export){
api.export('Winston');
api.export('Winston_Logentries');
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Logentries transport for Winston logging library, packaged for Meteor",
"homepage": "https://github.com/1024kilobyte/meteor-winston-logentries",
"author": "Michael Bayer <[email protected]>",
"version": "0.0.6",
"version": "0.0.7",
"git": "https://github.com/1024kilobyte/meteor-winston-logentries.git",
"packages": {
}
Expand Down

0 comments on commit 2ac3623

Please sign in to comment.