From 79eeb026deda8be5e5f0de3a922f32c2150b2ec0 Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Tue, 25 Dec 2018 21:15:28 -0500 Subject: [PATCH] delete package-lock.json Allows `npm install` to run without a error --- bots/discord/atlbot/bot/egg-a-t-l-bot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bots/discord/atlbot/bot/egg-a-t-l-bot.json b/bots/discord/atlbot/bot/egg-a-t-l-bot.json index 4016e490..e45efa89 100644 --- a/bots/discord/atlbot/bot/egg-a-t-l-bot.json +++ b/bots/discord/atlbot/bot/egg-a-t-l-bot.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-11-24T19:11:07-05:00", + "exported_at": "2018-12-25T21:12:00-05:00", "name": "ATLBot", "author": "jfeldt19@gmail.com", "description": "ATLbot in ptero\r\n\r\nhttps:\/\/github.com\/ATLauncher\/discord-bot\/", @@ -17,7 +17,7 @@ }, "scripts": { "installation": { - "script": "apk add --no-cache openssl git\r\n\r\ncd \/mnt\/server\r\n\r\nwget https:\/\/github.com\/ATLauncher\/discord-bot\/archive\/master.zip\r\n\r\nunzip master.zip\r\n\r\nrm master.zip\r\n\r\nmv discord-bot-master\/* .\/\r\n\r\nmv config\/config.json.example config\/config.json\r\n\r\n\/usr\/local\/bin\/npm install --production\r\n\r\n\/usr\/local\/bin\/npm run build", + "script": "apk add --no-cache openssl git\r\n\r\ncd \/mnt\/server\r\n\r\nwget https:\/\/github.com\/ATLauncher\/discord-bot\/archive\/master.zip\r\n\r\nunzip master.zip\r\n\r\nrm master.zip\r\n\r\nmv discord-bot-master\/* .\/\r\n\r\nmv config\/config.json.example config\/config.json\r\n\r\nrm package-lock.json\r\nnpm install\r\n\r\nrm -r discord-bot-master\/\r\nrm Dockerfile\r\nrm CONTRIBUTING.md\r\nrm README.md\r\nrm \/config\/.gitignore\r\nrm CODE_OF_CONDUCT.md", "container": "node:10-alpine", "entrypoint": "ash" } @@ -33,4 +33,4 @@ "rules": "required|string|max:75" } ] -} \ No newline at end of file +}