From 4083aacf8c5b9cd3204faa3c788190c730e346f5 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 26 Jan 2018 17:38:08 -0500 Subject: Added run.bat to gitignore --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index d35c79a..b10a8a1 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,23 @@ -{ - "name": "aleebot", - "version": "2.0.0", - "description": "A chat bot for discord written in discord.js.", - "main": "src/bot.js", - "scripts": { - "test": "" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/AleeCorp/AleeBot.git" - }, - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/AleeCorp/AleeBot/issues" - }, - "homepage": "https://github.com/AleeCorp/AleeBot#readme", - "dependencies": { - "discord.js": "^11.2.1", - "node-telegram-bot-api": "^0.29.0" - } -} +{ + "name": "aleebot", + "version": "2.0.0", + "description": "A chat bot for discord written in discord.js.", + "main": "src/bot.js", + "scripts": { + "test": "" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/AleeCorp/AleeBot.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/AleeCorp/AleeBot/issues" + }, + "homepage": "https://github.com/AleeCorp/AleeBot#readme", + "dependencies": { + "discord.js": "^11.2.1", + "node-telegram-bot-api": "^0.29.0" + } +} -- cgit v1.2.3