astrocite-eutils
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "astrocite-eutils", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Converts PubMed EUtils ESummary API Responses to CSL JSON", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -20,3 +20,3 @@ # astrocite-eutils | ||
```js | ||
import toCSL from 'astrocite-eutils'; | ||
import { toCSL } from 'astrocite-eutils'; | ||
@@ -23,0 +23,0 @@ // Assume apiResponse is the JSON received from the EUtils ESummary API |
6885