Compare commits

...

2 Commits

Author SHA1 Message Date
Julien Fontanet
da6b71fde8 feat(log): 0.1.3 2018-10-31 16:39:20 +01:00
Julien Fontanet
5f2590c858 fix(log): remove transports symlink
Issue with publication.
2018-10-31 16:38:23 +01:00
7 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xen-orchestra/log",
"version": "0.1.1",
"version": "0.1.3",
"license": "ISC",
"description": "",
"keywords": [],

View File

@@ -1 +0,0 @@
dist/transports

View File

@@ -0,0 +1 @@
module.exports = require('./dist/transports/console.js')

View File

@@ -0,0 +1 @@
module.exports = require('./dist/transports/email.js')

View File

@@ -0,0 +1 @@
module.exports = require('./dist/transports/memory.js')

View File

@@ -0,0 +1 @@
module.exports = require('./dist/transports/syslog.js')

View File

@@ -35,7 +35,7 @@
"@xen-orchestra/cron": "^1.0.3",
"@xen-orchestra/emit-async": "^0.0.0",
"@xen-orchestra/fs": "^0.4.0",
"@xen-orchestra/log": "^0.1.0",
"@xen-orchestra/log": "^0.1.2",
"@xen-orchestra/mixin": "^0.0.0",
"ajv": "^6.1.1",
"app-conf": "^0.5.0",