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

Commit

Permalink
Merge pull request #165 from standardhealth/nested-extension-paths
Browse files Browse the repository at this point in the history
Nested extension paths
  • Loading branch information
Dylan Mahalingam authored Mar 19, 2019
2 parents 471e244 + afe2542 commit a3a6de0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shr-cli",
"version": "5.15.3",
"version": "5.16.0",
"description": "Command-line interface for SHR tools",
"author": "",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"shr-adl-bmm-export": "^1.0.1",
"shr-es6-export": "^5.5.1",
"shr-expand": "^5.7.0",
"shr-fhir-export": "^5.11.2",
"shr-fhir-export": "^5.12.0",
"shr-json-export": "^5.1.5",
"shr-json-javadoc": "^1.4.5",
"shr-json-schema-export": "^5.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1122,10 +1122,10 @@ shr-expand@^5.7.0:
resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-5.7.0.tgz#a9bd0d2c099dada0345b734613252c55e61710ba"
integrity sha512-wUJDV/uusXSM3ZSUTY1xsGhO5XTZcIvUqYC0r2lQBOIlkF76CmFNW048c1av5gJwjTD1s534PYKcM65jGxPWqw==

shr-fhir-export@^5.11.2:
version "5.11.2"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-5.11.2.tgz#bccda896d7a167c82fbfd12e71c06fb9324296fc"
integrity sha512-S6xoOQj3fUi6NXIqAHNfSeQKRBSP0X46Vmsl0bM6OtMpSDfjJbzEyv14bcaLWW9+REb9cLp56bMwh2mizTtLYg==
shr-fhir-export@^5.12.0:
version "5.12.0"
resolved "https://registry.yarnpkg.com/shr-fhir-export/-/shr-fhir-export-5.12.0.tgz#74bb73471bf3557c32cac22246677d3b92dc1b41"
integrity sha512-f7qsSiwDCjmG+DoF4nQHJAsc60N0BLIJRncGUWZ1H1UK4zVPrf4oKOm+VkYhqfq8Dd9g8X1IraYtmeX+92Y/xg==
dependencies:
fs-extra "^2.0.0"
lodash "^4.17.5"
Expand Down

0 comments on commit a3a6de0

Please sign in to comment.