This commit is contained in:
cupcakearmy 2020-02-06 17:22:07 +01:00
parent f22d3c2854
commit 31d6d4447f
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "canihazusername",
"version": "2.0.2",
"version": "2.0.3",
"description": "username generator. typed, simple and customizable",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
@ -27,12 +27,9 @@
},
"homepage": "https://github.com/CupCakeArmy/canihazusername#readme",
"devDependencies": {
"bulma": "^0.8.0",
"parcel-bundler": "^1.12.4",
"tachyons": "^4.11.1",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "3.7"
},
"dependencies": {
"bulma": "^0.8.0"
}
}