Corrected the test file name and the package name in the definition.

This commit is contained in:
Ram
2018-05-24 01:09:59 -04:00
parent f4525ae883
commit a5d6f238c4
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Type definitions for fhirclient 0.1
// Type definitions for fhir-js-client 1.0
// Project: https://github.com/smart-on-fhir/client-js
// Definitions by: Ramachandran Gokulachandran <https://github.com/rmchndrng>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@@ -19,6 +19,6 @@
},
"files": [
"index.d.ts",
"fhirclient-tests.ts"
"fhir-js-client-tests.ts"
]
}