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

Commit

Permalink
fix(package): add webpack >= 4 (peerDependencies) (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai authored and michael-ciniawsky committed Feb 23, 2018
1 parent b3f9189 commit 3a6a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"webpack-defaults": "^1.6.0"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

6 comments on commit 3a6a7a1

@unicodeveloper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be tagged with a new release already?

@MartinX3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please.

@michael-ciniawsky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@michael-ciniawsky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Released in v1.1.10 🎉

@unicodeveloper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. Thanks @michael-ciniawsky

@MartinX3
Copy link

@MartinX3 MartinX3 commented on 3a6a7a1 Feb 26, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.