diff --git a/package.json b/package.json index ee63ea08..d9c94072 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ }, "scripts": { "test": "grunt test", - "prepare": "grunt build", - "lint": "eslint ./src" + "prepare": "grunt build" } }