Skip to content

Commit

Permalink
[chore] update package
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-wyatt committed Aug 5, 2018
1 parent 91ad2bf commit 8ea5f21
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabrix/spool-winston",
"version": "1.0.0",
"version": "1.1.0",
"description": "Spool Winston - Wintson logging for Fabrix.",
"homepage": "https://fabrix.app",
"author": "Fabrix-app Team <hello@fabrix.app>",
Expand Down Expand Up @@ -44,7 +44,7 @@
"winston": "^3.0.0"
},
"devDependencies": {
"@fabrix/fabrix": "^1.0.2",
"@fabrix/fabrix": "^1.1.4",
"@fabrix/lint": "^1.0.0-alpha.3",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
Expand All @@ -57,7 +57,7 @@
"typescript": "~2.8.1"
},
"peerDependencies": {
"@fabrix/fabrix": "^1.0.2"
"@fabrix/fabrix": "^1.1.4"
},
"engines": {
"node": ">= 7.6.0"
Expand Down
4 changes: 2 additions & 2 deletions test/app.js → test/fixtures/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const winston = require('winston')

module.exports = {
pkg: {
name: require('../package').name + '-test'
name: require('../../package').name + '-test'
},
api: {
models: { },
Expand All @@ -12,7 +12,7 @@ module.exports = {
config: {
main: {
spools: [
require('../dist').WinstonSpool
require('../../dist/index').WinstonSpool
]
},
log: {
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const FabrixApp = require('@fabrix/fabrix').FabrixApp

before(() => {
global.app = new FabrixApp(require('./app'))
global.app = new FabrixApp(require('./fixtures/app'))
return global.app.start().catch(global.app.stop)
})

Expand Down
File renamed without changes.

0 comments on commit 8ea5f21

Please sign in to comment.