mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 10:00:56 +01:00
v2.1.1
This commit is contained in:
parent
9638058487
commit
e81b7672e1
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user