Skip to content

Commit

Permalink
[feat] release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-wyatt committed Dec 5, 2018
1 parent 615f91d commit a795674
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 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-router",
"version": "1.5.1",
"version": "1.6.0",
"description": "Spool - Router for Fabrix",
"scripts": {
"build": "tsc -p ./lib/tsconfig.release.json",
Expand Down Expand Up @@ -50,7 +50,7 @@
"lodash": "^4.17.11"
},
"devDependencies": {
"@fabrix/fabrix": "^1.5.9",
"@fabrix/fabrix": "^1.6.0",
"@fabrix/lint": "^1.0.0-alpha.3",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
Expand All @@ -65,7 +65,7 @@
"typescript": "~2.8.1"
},
"peerDependencies": {
"@fabrix/fabrix": "^1.5.9"
"@fabrix/fabrix": "^1.6.0"
},
"license": "MIT",
"bugs": {
Expand Down
4 changes: 3 additions & 1 deletion test/fixtures/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require('@fabrix/fabrix')
'use strict'
const Controller = require('@fabrix/fabrix/dist/common/Controller').FabrixController
const Policy = require('@fabrix/fabrix/dist/common/Policy').FabrixPolicy

module.exports = {
pkg: {
Expand Down

0 comments on commit a795674

Please sign in to comment.