versions bump

This commit is contained in:
cupcakearmy 2019-02-09 19:12:36 +01:00
parent 8384348c67
commit 65121a75f5

View File

@ -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",