-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating babel and making it a development dependency. (#25)
- Loading branch information
dwwinters
authored
Feb 16, 2022
1 parent
70a23d0
commit 7548f9f
Showing
2 changed files
with
672 additions
and
643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cql-exec-fhir", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Provides a FHIR-based data source for use w/ CQL", | ||
"author": "Chris Moesel <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -19,12 +19,12 @@ | |
"lint:fix": "./node_modules/.bin/eslint . --fix" | ||
}, | ||
"dependencies": { | ||
"@babel/cli": "^7.16.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-env": "^7.16.4", | ||
"xml2js": "~0.4.23" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.3", | ||
"@babel/core": "^7.17.3", | ||
"@babel/preset-env": "^7.16.11", | ||
"chai": "^4.3.4", | ||
"cql-execution": ">=1.3.0", | ||
"eslint": "^8.3.0", | ||
|
Oops, something went wrong.