Skip to content

Commit

Permalink
Adds NPM management of FHIR JS client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Schwertner committed Jun 24, 2015
1 parent bc17010 commit abad544
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -19,7 +19,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Blood Pressure Centiles SMART Application</title>
<script src="../../js/fhir-client.js"></script>
<script src="node_modules/fhirclient/fhir-client.js"></script>
<script src="js/load-fhir-data.js"></script>

<!-- jQuert UI custom theme-->
Expand Down
2 changes: 1 addition & 1 deletion launch.html
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Blood Pressure Centiles SMART Application</title>
<script src="../../js/fhir-client.js"></script>
<script src="node_modules/fhirclient/fhir-client.js"></script>
<script>
FHIR.oauth2.authorize({
"client_id": "bp_centiles",
Expand Down
7 changes: 7 additions & 0 deletions package.json
@@ -0,0 +1,7 @@
{
"name": "bpcentiles",
"version": "0.0.5",
"dependencies": {
"fhirclient": "^0.0.5"
}
}

0 comments on commit abad544

Please sign in to comment.