Skip to content

Commit

Permalink
Merge pull request #80 from lhncbc/fix_bin_fhirpath
Browse files Browse the repository at this point in the history
Moved js-yaml into the dependencies setion so that bin/fhirpath can a…
  • Loading branch information
plynchnlm authored Mar 7, 2019
2 parents 87edfbc + 0b92e83 commit ca3b4e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [0.10.3] - 2019-03-07
### Fixed
- bin/fhirpath now works after npm install.

## [0.10.2] - 2019-02-26
### Fixed
- Corrected the behavior of xor with an empty set.
Expand Down
40 changes: 11 additions & 29 deletions 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
@@ -1,17 +1,17 @@
{
"name": "fhirpath",
"version": "0.10.2",
"version": "0.10.3",
"description": "A FHIRPath engine",
"main": "src/fhirpath.js",
"dependencies": {
"antlr4": "^4.7.1",
"commander": "^2.18.0"
"commander": "^2.18.0",
"js-yaml": "^3.12.0"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.2.0",
"jest": "^24.1.0",
"js-yaml": "^3.12.0",
"lodash": "^4.17.10",
"tmp": "0.0.33",
"webpack": "^4.16.3",
Expand Down

0 comments on commit ca3b4e5

Please sign in to comment.