From 65121a75f5f36878b0f0e0cc654104a392e8d7e3 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 9 Feb 2019 19:12:36 +0100 Subject: [PATCH] versions bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab61662..8b80e5c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "canihazusername", - "version": "1.0.0", + "version": "1.0.1", "description": "Username Generator", "main": "./lib/index.js", - "types": "./lib/index.d.ts", + "types": "./lib/canihazusername.d.ts", "scripts": { "dev": "webpack -d -w", "build": "webpack -p",