This commit is contained in:
cupcakearmy 2021-03-15 18:36:04 +01:00
parent 9638058487
commit e81b7672e1
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "canihazusername",
"version": "2.1.0",
"version": "2.1.1",
"description": "username generator. typed, simple and customizable",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -17,7 +17,7 @@
"generate": "git submodule update && node ./generate/wordlist.js",
"docs": "tsc && parcel build --target docs demo/index.html ",
"docs:dev": "parcel --target docs demo/index.html",
"prepublishOnly": "rm -rf ./lib && tsc"
"prepublishOnly": "rm -rf ./dist && tsc"
},
"repository": {
"type": "git",