mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 18:11:39 +01:00
v2.1.1
This commit is contained in:
parent
9638058487
commit
e81b7672e1
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "canihazusername",
|
"name": "canihazusername",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"description": "username generator. typed, simple and customizable",
|
"description": "username generator. typed, simple and customizable",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"generate": "git submodule update && node ./generate/wordlist.js",
|
"generate": "git submodule update && node ./generate/wordlist.js",
|
||||||
"docs": "tsc && parcel build --target docs demo/index.html ",
|
"docs": "tsc && parcel build --target docs demo/index.html ",
|
||||||
"docs:dev": "parcel --target docs demo/index.html",
|
"docs:dev": "parcel --target docs demo/index.html",
|
||||||
"prepublishOnly": "rm -rf ./lib && tsc"
|
"prepublishOnly": "rm -rf ./dist && tsc"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user