Skip to content

Commit

Permalink
[chore] release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-wyatt committed Jul 1, 2018
1 parent 7418a82 commit 003e89d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fabrix/spool-tapestries",
"version": "1.0.0-alpha.9",
"description": "Tapestries Spool",
"version": "1.0.0",
"description": "Spool - Tapestries, Easy RESTful Services",
"scripts": {
"build": "tsc -p ./lib/tsconfig.release.json",
"lint": "tslint -p ./lib",
Expand Down Expand Up @@ -49,8 +49,8 @@
"lodash": "^4.17.10"
},
"devDependencies": {
"@fabrix/fabrix": "^1.0.0-alpha.9",
"@fabrix/spool-router": "^1.0.0-alpha.9",
"@fabrix/fabrix": "^1.0.1",
"@fabrix/spool-router": "^1.0.0",
"@fabrix/lint": "^1.0.0-alpha.3",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
Expand All @@ -64,8 +64,8 @@
"typescript": "~2.8.1"
},
"peerDependencies": {
"@fabrix/fabrix": "^1.0.0-alpha.9",
"@fabrix/spool-router": "^1.0.0-alpha.9"
"@fabrix/fabrix": "^1.0.1",
"@fabrix/spool-router": "^1.0.0"
},
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/lib/TapestriesSpool.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const TapestriesSpool = require('../../../dist').TapestriesSpool
describe('TapestriesSpool', () => {
let app
beforeEach(() => {
app = new FabrixApp({pkg:{}, config: {}, api: {}})
app = new FabrixApp({pkg:{}, config: {}, api: { services: {}, controllers: {}}})
})

describe('#validate', () => {
Expand Down

0 comments on commit 003e89d

Please sign in to comment.