Skip to content

Commit 48ff283

Browse files
committed
Fix Blob.js package referencing missing min file
1 parent de78ee4 commit 48ff283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blob.js/Blob.dnn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ not natively support it.]]>
2424
<component type="JavaScript_Library">
2525
<javaScriptLibrary>
2626
<libraryName>Blob</libraryName>
27-
<fileName>Blob.min.js</fileName>
27+
<fileName>Blob.js</fileName>
2828
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
2929
<CDNPath>https://cdn.jsdelivr.net/npm/blob.js@<~=version~>/Blob.min.js</CDNPath>
3030
<objectName>Blob</objectName>
@@ -34,7 +34,7 @@ not natively support it.]]>
3434
<jsfiles>
3535
<libraryFolderName>Blob</libraryFolderName>
3636
<jsfile>
37-
<name>Blob.min.js</name>
37+
<name>Blob.js</name>
3838
</jsfile>
3939
</jsfiles>
4040
</component>

0 commit comments

Comments
 (0)