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 0e89d19 commit 950d056
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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,6 +1,6 @@
{
"name": "@fabrix/spool-sequelize",
"version": "1.0.0-alpha.10",
"version": "1.0.0",
"description": "Spool - Datastore Spool for Sequelize.js http://sequelizejs.com",
"scripts": {
"build": "tsc -p ./lib/tsconfig.release.json",
Expand Down Expand Up @@ -51,10 +51,10 @@
"sequelize": "^4.37.10"
},
"devDependencies": {
"@fabrix/fabrix": "^1.0.0-alpha.9",
"@fabrix/fabrix": "^1.0.1",
"@fabrix/lint": "^1.0.0-alpha.3",
"@fabrix/spool-router": "^1.0.0-alpha.9",
"@fabrix/spool-tapestries": "^1.0.0-alpha.9",
"@fabrix/spool-router": "^1.0.0",
"@fabrix/spool-tapestries": "^1.0.0",
"@types/lodash": "^4.14.109",
"@types/node": "~10.3.4",
"@types/sequelize": "^4.27.23",
Expand All @@ -70,8 +70,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"
},
"engines": {
"node": ">= 7.6.0"
Expand Down

0 comments on commit 950d056

Please sign in to comment.