Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit b333b55

Browse files
author
Ruben Schmidmeister
committed
Update description
1 parent 4641511 commit b333b55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![codecov](https://codecov.io/gh/bash/random.js/branch/master/graph/badge.svg)](https://codecov.io/gh/bash/random.js)
55
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/)
66

7-
The first [deterministic random number function](https://www.xkcd.com/221/).
7+
A [deterministic random number](https://www.xkcd.com/221/) generator for node.
88
This module has some important advantages over other modules:
99

1010
- Only **25 bytes** in size without Gzip!

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rschmidmeister/random.js",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "0.1.0",
4+
"description": "A deterministic random number generator for node",
55
"main": "index.js",
66
"scripts": {
77
"test": "standard . && mocha"

0 commit comments

Comments
 (0)