Skip to content

Commit

Permalink
Corrects peer dependencies
Browse files Browse the repository at this point in the history
Pushes to 1.0.2
  • Loading branch information
nerdoza committed Oct 25, 2017
1 parent 9fbe3ca commit bb9e491
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -2,7 +2,7 @@
"author": "Evan Tahler <[email protected]>",
"name": "ah-sequelize-plugin",
"description": "Use Sequelize in ActionHero",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "http://actionherojs.com",
"repository": {
"type": "git",
Expand All @@ -29,8 +29,8 @@
"standard": "^10.0.3"
},
"peerDependencies": {
"sequelize": "^3.0.0",
"actionhero": "^18.0.0"
"sequelize": ">=3.0.0",
"actionhero": ">=18.0.0"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
Expand Down

0 comments on commit bb9e491

Please sign in to comment.