-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lower engines requirement to support node 4? #54
Comments
|
I don't think there is. I will change that asap. Sorry for being MIA on the other review requests @jeffposnick. I've been swamped at my day job |
Updated this in 0.9.1 Should be ready for facebook/create-react-app#1728 |
You're a hero for maintaining this repo, @goldhand! |
Aw, thanks! Its not much work and I enjoy doing it 😄 |
The underlying
sw-precache
library has anengines
requirement of node 4+. I noticed that your library requires node 5+ (see facebook/create-react-app#1728 (comment)).Are you using anything specific to node 5 that won't work in node 4? If no, could you lower the
engines
requirement to support node 4 as well?The text was updated successfully, but these errors were encountered: