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
Random username generator with buildt in typescript support.
## Install
```bash

View File

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