Breaking
- At least Node.js 10.17 is now required
- A function that returns a promise is now exported.
-const chance = require("secure-chance")
+const secureChance = require("secure-chance")
+const chance = await secureChance()Commits
- Require Node.js 10.17 faab7da