Skip to content

Commit a9345fd

Browse files
committed
Fix html5shiv package grabbing wrong file
1 parent 3006d4f commit a9345fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html5shiv/dnn-library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"files": ["node_modules/html5shiv/dist/html5shiv.min.js"],
3-
"resources": ["node_modules/html5shiv/dist/**"]
2+
"files": ["node_modules/html5shiv/dist/html5shiv-printshiv.min.js"],
3+
"resources": ["node_modules/html5shiv/dist/**"]
44
}

0 commit comments

Comments
 (0)