From 39c4bb3fe496d05905bdddfaf77bc82e4c598409 Mon Sep 17 00:00:00 2001 From: Tomas Veras Date: Thu, 6 Sep 2018 16:56:18 -0400 Subject: [PATCH] chore: cleaning package.json --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index c0c0c21..e891440 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,7 @@ "name": "werewolf-brain", "version": "2.1.3", "description": "Werewolf game brain", - "main": "index.js", "scripts": { - "build": "webpack", - "prepare": "npm run build", "test": "mocha tests --recursive", "testw": "mocha tests --recursive -w" },