From 893fc3a4cbc546948a61c719f4728c5891f85902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Berkefeld?= Date: Fri, 29 Sep 2023 15:16:36 +0200 Subject: [PATCH] #1108: omit .js endings for imports --- docs/dist/documentation.md | 9 --------- package.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/dist/documentation.md b/docs/dist/documentation.md index b632c784b..c9d9205d9 100644 --- a/docs/dist/documentation.md +++ b/docs/dist/documentation.md @@ -137,9 +137,6 @@ Provides default functionality that can be overwritten by child metadata type cl ## Constants
-
MetadataTypeInfo
-

Provides access to all metadataType classes

-
BusinessUnit

Helper that handles retrieval of BU info

@@ -6290,12 +6287,6 @@ helper for [Retriever.retrieve](Retriever.retrieve) to get all dependencies of t | --- | --- | --- | | metadataTypes | Array.<TYPE.SupportedMetadataTypes> | list of metadata types to retrieve; can include subtypes! | - - -## MetadataTypeInfo -Provides access to all metadataType classes - -**Kind**: global constant ## BusinessUnit diff --git a/package.json b/package.json index 98e796219..014733405 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ".": { "default": "./lib/index.js" }, - "./*": "./*" + "./*": "./*.js" }, "bin": { "mcdev": "./lib/cli.js"