Skip to content

Commit

Permalink
fix: sequelizerc-error (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivyangll authored Jan 28, 2019
1 parent 4e8e144 commit 3c9d3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sequelizerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const path = require('path');

module.exports = {
config: path.join(__dirname, 'database', 'config.js'),
'migrations-path': path.join(__dirname, 'database, 'migrations'),
'migrations-path': path.join(__dirname, 'database', 'migrations'),
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-datahub",
"version": "2.3.11",
"version": "2.3.12",
"description": "Continuous data provider for development, testing, staging and production.",
"bin": {
"datahub": "./bin/datahub.js",
Expand Down

0 comments on commit 3c9d3b3

Please sign in to comment.