Randomised DataCrates are now working. Fixed a bug in catalog.js - it wasn't
linking creators to the top-level dataset item.
... | ... | @@ -14,10 +14,12 @@ |
"license": "GPL-3.0", | ||
"repository": "https://code.research.uts.edu.au/eresearch/datacrate", | ||
"dependencies": { | ||
"calcyte": "^1.0.2", | ||
"fs-extra": "^7.0.0", | ||
"jsonld": "^1.1.0", | ||
"lodash": "^4.17.11", | ||
"calcyte": "^1.0.2" | ||
"random-word": "^2.0.0", | ||
"uuid": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
... | ... |
Please register or sign in to comment