typescript in readme

This commit is contained in:
cupcakearmy 2019-02-09 19:13:26 +01:00
parent a225ea3cc0
commit 147fc25d84
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# canihazusername # canihazusername
Random username generator with buildt in typescript support.
## Install ## Install
```bash ```bash

View File

@ -1,6 +1,6 @@
{ {
"name": "canihazusername", "name": "canihazusername",
"version": "1.0.1", "version": "1.0.2",
"description": "Username Generator", "description": "Username Generator",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./lib/canihazusername.d.ts", "types": "./lib/canihazusername.d.ts",