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