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

Commit 3a6a7a1

Browse files
aimichael-ciniawsky
authored andcommittedFeb 23, 2018
fix(package): add webpack >= 4 (peerDependencies) (#255)
1 parent b3f9189 commit 3a6a7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"webpack-defaults": "^1.6.0"
3838
},
3939
"peerDependencies": {
40-
"webpack": "^2.0.0 || ^3.0.0"
40+
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
4141
},
4242
"scripts": {
4343
"start": "npm run build -- -w",

6 commit comments

Comments
 (6)

unicodeveloper commented on Feb 26, 2018

@unicodeveloper

Can this be tagged with a new release already?

MartinX3 commented on Feb 26, 2018

@MartinX3

Yes, please.

michael-ciniawsky commented on Feb 26, 2018

@michael-ciniawsky
Member

It's on the list for todays patch releases, it's just a warning simply ignore it for now :)

michael-ciniawsky commented on Feb 26, 2018

@michael-ciniawsky
Member

Released in v1.1.10 🎉

unicodeveloper commented on Feb 26, 2018

@unicodeveloper

Awesome. Thanks @michael-ciniawsky

MartinX3 commented on Feb 26, 2018

@MartinX3
This repository has been archived.