From 06f4a58810fc77d4842762e37b8f1742e9ee829d Mon Sep 17 00:00:00 2001 From: Steven Footea Date: Fri, 9 Mar 2018 11:03:23 -0700 Subject: [PATCH] Update export to match RFC See emberjs/rfcs#213 --- mappings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings.json b/mappings.json index 822f27a..bc51c1c 100644 --- a/mappings.json +++ b/mappings.json @@ -621,8 +621,8 @@ }, { "global": "Ember._setComponentManager", - "module": "@ember/custom-component-manager", - "export": "componentManager", + "module": "@ember/component", + "export": "setComponentManager", "deprecated": false }, {