Skip to content

Commit

Permalink
Updating babel and making it a development dependency. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwinters authored Feb 16, 2022
1 parent 70a23d0 commit 7548f9f
Show file tree
Hide file tree
Showing 2 changed files with 672 additions and 643 deletions.
8 changes: 4 additions & 4 deletions package.json
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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 7548f9f

Please sign in to comment.