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" },