From c5717780559921b5de6442bc797fdce42373dc8d Mon Sep 17 00:00:00 2001 From: Corentin Debost Date: Tue, 22 Jan 2019 11:35:19 -0800 Subject: [PATCH] Remove overlays, are identical for node & browser --- package.json | 39 ++++----------------------------------- 1 file changed, 4 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index df66264f8f..a15b2fcb3b 100644 --- a/package.json +++ b/package.json @@ -7,45 +7,14 @@ "type": "git", "url": "https://github.com/montagejs/montage.git" }, - "main": "montage", + "main": "core/core", + "redirects": { + "montage": "core/core" + }, "engines": { "node": "<=4.9.1", "npm": "<=2.15.11" }, - "overlay": { - "browser": { - "main": "core/core", - "redirects": { - "montage": "core/core" - }, - "mappings": { - "mr": { - "name": "mr", - "location": "node_modules/mr" - }, - "bluebird": { - "name": "bluebird", - "location": "node_modules/bluebird" - } - } - }, - "node": { - "main": "core/core", - "redirects": { - "montage": "core/core" - }, - "mappings": { - "mr": { - "name": "mr", - "location": "node_modules/mr" - }, - "bluebird": { - "name": "bluebird", - "location": "node_modules/bluebird" - } - } - } - }, "production": true, "dependencies": { "bluebird": "~3.5.0",