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

View File

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