From 2ac362316cbcf6a5b3d7ac96162fbaa4953f551e Mon Sep 17 00:00:00 2001 From: 1024kilobyte Date: Tue, 24 Feb 2015 15:47:19 +0100 Subject: [PATCH] Version update for autopublish --- package.js | 6 +++--- smart.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.js b/package.js index bf6b313..fb2a47e 100644 --- a/package.js +++ b/package.js @@ -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" }); @@ -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'); diff --git a/smart.json b/smart.json index ec7277d..82ee1f8 100644 --- a/smart.json +++ b/smart.json @@ -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 ", - "version": "0.0.6", + "version": "0.0.7", "git": "https://github.com/1024kilobyte/meteor-winston-logentries.git", "packages": { }