Skip to content

Commit

Permalink
Merge pull request #5 from fabrix-app/v1.6
Browse files Browse the repository at this point in the history
[release] 1.6
  • Loading branch information
scott-wyatt authored Dec 5, 2018
2 parents 2b4923c + 1728f7c commit 6494b64
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 33 deletions.
66 changes: 37 additions & 29 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-tapestries",
"version": "1.5.1",
"version": "1.6.0",
"description": "Spool - Tapestries, Easy RESTful Services",
"scripts": {
"build": "tsc -p ./lib/tsconfig.release.json",
Expand Down Expand Up @@ -50,8 +50,8 @@
"lodash": "^4.17.10"
},
"devDependencies": {
"@fabrix/fabrix": "^1.5.9",
"@fabrix/spool-router": "^1.5.1",
"@fabrix/fabrix": "^1.6.0",
"@fabrix/spool-router": "^1.6.0",
"@fabrix/lint": "^1.0.0-alpha.3",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
Expand Down
7 changes: 6 additions & 1 deletion test/fixtures/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
'use strict'

const smokesignals = require('smokesignals')
require('@fabrix/fabrix')
const Policy = require('@fabrix/fabrix/dist/common/Policy').FabrixPolicy
const Controller = require('@fabrix/fabrix/dist/common/Controller').FabrixController
const Model = require('@fabrix/fabrix/dist/common/Model').FabrixModel



module.exports = {
Expand Down

0 comments on commit 6494b64

Please sign in to comment.