Skip to content

Commit

Permalink
#1108: omit .js endings for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Sep 29, 2023
1 parent ed62fdb commit 893fc3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions docs/dist/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ Provides default functionality that can be overwritten by child metadata type cl
## Constants

<dl>
<dt><a href="#MetadataTypeInfo">MetadataTypeInfo</a></dt>
<dd><p>Provides access to all metadataType classes</p>
</dd>
<dt><a href="#BusinessUnit">BusinessUnit</a></dt>
<dd><p>Helper that handles retrieval of BU info</p>
</dd>
Expand Down Expand Up @@ -6290,12 +6287,6 @@ helper for [Retriever.retrieve](Retriever.retrieve) to get all dependencies of t
| --- | --- | --- |
| metadataTypes | <code>Array.&lt;TYPE.SupportedMetadataTypes&gt;</code> | list of metadata types to retrieve; can include subtypes! |

<a name="MetadataTypeInfo"></a>

## MetadataTypeInfo
Provides access to all metadataType classes

**Kind**: global constant
<a name="BusinessUnit"></a>

## BusinessUnit
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
".": {
"default": "./lib/index.js"
},
"./*": "./*"
"./*": "./*.js"
},
"bin": {
"mcdev": "./lib/cli.js"
Expand Down

0 comments on commit 893fc3a

Please sign in to comment.