Skip to content

Commit d83d3c3

Browse files
committed
Fix pepjs filename in manifest
1 parent 90f4b2c commit d83d3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pepjs/pepjs.dnn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<component type="JavaScript_Library">
2222
<javaScriptLibrary>
2323
<libraryName>pepjs</libraryName>
24-
<fileName>pep.min.js</fileName>
24+
<fileName>pep.js</fileName>
2525
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
2626
<CDNPath>https://cdn.jsdelivr.net/npm/pepjs@<~=version~>/dist/pep.min.js</CDNPath>
2727
<objectName>PointerEventsPolyfill</objectName>
@@ -31,7 +31,7 @@
3131
<jsfiles>
3232
<libraryFolderName>pepjs</libraryFolderName>
3333
<jsfile>
34-
<name>pep.min.js</name>
34+
<name>pep.js</name>
3535
</jsfile>
3636
</jsfiles>
3737
</component>

0 commit comments

Comments
 (0)