Skip to content
This repository has been archived by the owner on Mar 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from bikov/master
Browse files Browse the repository at this point in the history
feat(package): polaris now is peer dependency
  • Loading branch information
bikov authored Feb 13, 2019
2 parents 9cace20 + 9d75a8d commit bd7268e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@
},
"homepage": "https://github.com/Enigmatis/mongo-driver#readme",
"dependencies": {
"@enigmatis/polaris": "^1.4.0",
"@types/mongoose": "^5.3.12",
"@types/node": "10.12.12",
"mongoose": "^5.4.10"
},
"peerDependencies": {
"@enigmatis/polaris": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.3.2",
"@commitlint/config-conventional": "^7.3.1",
Expand Down

0 comments on commit bd7268e

Please sign in to comment.