Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 98c41d1

Browse files
committed
Match recent minor
1 parent 67f0992 commit 98c41d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-chunk-manifest-html-webpack-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Extension plugin for html-webpack-plugin to inline webpack chunk manifest. Default inlines in head tag.",
55
"main": "./src/index.js",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"prettier": "^1.1.0"
3131
},
3232
"dependencies": {
33-
"chunk-manifest-webpack-plugin": "^1.0.0"
33+
"chunk-manifest-webpack-plugin": "~1.0.0"
3434
},
3535
"scripts": {
3636
"lint": "node_modules/.bin/eslint ./src",

0 commit comments

Comments
 (0)