From 48670a7c271ec650a99628caad8113e2f220cf15 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@keylocation.sg> Date: Wed, 28 Jun 2017 13:36:56 +0200 Subject: [PATCH] Remove main from package.json (#373) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index bc64419f76..e9146bf230 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "description": "Keep npm dependencies up-to-date via Pull Requests", "version": "8.45.3", "bin": "dist/renovate.js", - "main": "dist/index.js", "scripts": { "build": "npm run transpile", "heroku-push": "git push heroku master", -- GitLab