Ver código fonte

restore prev export

Andrey Titovskiy 3 anos atrás
pai
commit
aac007c9bb
3 arquivos alterados com 4 adições e 6 exclusões
  1. 1 1
      build/index.js
  2. 1 1
      build/index.js.map
  3. 2 4
      src/index.js

Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
build/index.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
build/index.js.map


+ 2 - 4
src/index.js

@@ -318,7 +318,7 @@ const handler = {
   }
 };
 
-const brandingObject = {
+export const brandingObject = {
   'unicraft': Unicraft,
   'einstein': Einstein,
   'oktopolygraphist': Octopolygraphist,
@@ -634,6 +634,4 @@ const brandingObject = {
   'vashden': Vashden,
 }
 
-const brandingMapping = new Proxy(brandingObject, handler);
-
-export default { brandingMapping, brandingObject }
+export const brandingMapping = new Proxy(brandingObject, handler);