Skip to content

Commit

Permalink
feat: minor package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Sep 30, 2024
1 parent 2e647e0 commit dfb763d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Travis Fischer <[email protected]>",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"sideEffects": false,
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ Type: `function (alpha): function`
- [random-int](https://github.com/sindresorhus/random-int) - For the common use case of generating uniform random ints.
- [random-float](https://github.com/sindresorhus/random-float) - For the common use case of generating uniform random floats.
- [randombytes](https://github.com/crypto-browserify/randombytes) - Random crypto bytes for Node.js and the browser.
- [jshash prngs](https://github.com/bryc/code/blob/master/jshash/PRNGs.md)

## Credit <!-- omit in toc -->

Expand Down

0 comments on commit dfb763d

Please sign in to comment.