crossref-json
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "crossref-json", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"license": "GPL-3.0-or-later", | ||
@@ -27,3 +27,4 @@ "repository": "https://github.com/TrialAndErrorOrg/parsers", | ||
"types": "./index.d.ts", | ||
"import": "./index.js" | ||
"import": "./index.js", | ||
"require": "./src/index.js" | ||
} | ||
@@ -36,3 +37,6 @@ }, | ||
"/lib" | ||
] | ||
], | ||
"dependencies": { | ||
"tslib": "^2.5.0" | ||
} | ||
} |
19451
1
+ Addedtslib@^2.5.0
+ Addedtslib@2.8.1(transitive)