Skip to content

Commit c031de8

Browse files
authored
Merge pull request #13 from principalstudio/Applelo/issue12
Applelo/issue12
2 parents 6bd72ac + 106ac34 commit c031de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@principalstudio/html-webpack-inject-preload",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A HTML Webpack plugin for injecting <link rel='preload'>",
55
"main": "lib/main.js",
66
"types": "lib/main.d.ts",
@@ -47,7 +47,7 @@
4747
"webpack": "^5.17.0"
4848
},
4949
"peerDependencies": {
50-
"webpack": "^4.0.0 || ^5.0.0",
51-
"html-webpack-plugin": "4.0.0 || next"
50+
"webpack": "4.0.0 || 5.0.0",
51+
"html-webpack-plugin": "4.0.0 || 5.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)