Skip to content

Commit

Permalink
Version 0.6.0 and Deploy Script Update
Browse files Browse the repository at this point in the history
Bump version to 0.6.0 and upate deploy script to always go to GitHub repo
  • Loading branch information
cmoesel committed Aug 25, 2023
1 parent 5b35501 commit 61bed2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pain-management-factors",
"version": "0.4.0",
"version": "0.6.0",
"description": "Pain Management Factors SMART-on-FHIR App",
"homepage": "https://ahrq-cds.github.io/AHRQ-CDS-Connect-PAIN-MANAGEMENT-SUMMARY",
"license": "Apache-2.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"build": "craco build",
"test": "craco test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"deploy": "gh-pages -r https://github.com/AHRQ-CDS/AHRQ-CDS-Connect-PAIN-MANAGEMENT-SUMMARY.git -d build",
"upload-test-patients": "node ./src/utils/uploadTestPatients",
"update-test-patients": "node ./src/utils/updateTestPatients",
"lint": "eslint ."
Expand Down

0 comments on commit 61bed2c

Please sign in to comment.