Make package name valid under NPM rules

This commit is contained in:
Alex 2020-08-03 12:27:36 -05:00
parent 794cea6140
commit 93e3af506d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"name": "LineconBotDC28",
"name": "linecon-bot",
"version": "0.0.2",
"description": "A fun bot for the DEF CON 28 discord server",
"main": "src/index.js",