From 9230975852c68b5fe026ceaa56d789b28aaa48b4 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 13 Dec 2017 15:20:49 +0000 Subject: [PATCH] Final Update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2e5b9ae6..00fe60dd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "xiaobot", + "name": "xiao", "version": "57.0.0", "description": "Your personal server companion.", - "main": "XiaoBot.js", + "main": "Xiao.js", "scripts": { "test": "npm run lint", "lint": "eslint . --ext .js --ext .json", - "start": "node XiaoBot.js" + "start": "node Xiao.js" }, "repository": { "type": "git",