Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Reorder peerDependencies in package.json
Browse files Browse the repository at this point in the history
Just because.
  • Loading branch information
bausmeier committed Mar 15, 2018
1 parent fb8523b commit 744d35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"mongodb": "^3.0.4",
"uuid": "^3.1.0"
},
"peerDependencies": {
"fhir-errors": "^1.0.0"
},
"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^4.18.2",
Expand All @@ -30,8 +33,5 @@
},
"engines": {
"node": ">= 7.6.0"
},
"peerDependencies": {
"fhir-errors": "^1.0.0"
}
}

0 comments on commit 744d35d

Please sign in to comment.