Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 00e20a4

Browse files
fix(package): add webpack >= v4.0.0 (peerDependencies) (#84)
1 parent 2275102 commit 00e20a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
]
7575
},
7676
"peerDependencies": {
77-
"webpack": "^2.0.0 || ^3.0.0"
77+
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
7878
}
7979
}

0 commit comments

Comments
 (0)