Skip to content

package.json: remove engines property#29908

Merged
XhmikosR merged 3 commits intomasterfrom
master-xmr-pck-rm-engines
Jan 7, 2020
Merged

package.json: remove engines property#29908
XhmikosR merged 3 commits intomasterfrom
master-xmr-pck-rm-engines

Conversation

@XhmikosR
Copy link
Copy Markdown
Member

@XhmikosR XhmikosR commented Dec 24, 2019

This property doesn't, or shouldn't, affect consumers of the npm package since we distribute the built files.

IMO we should definitely backport this to v4-dev, that's the whole point, but it could be considered a breaking change, although I don't see exactly how. So, please chime in if you think this could break something out there.

Closes #29821

TODO:

  • verify Netlify picks up the proper Node.js version - it's using Node.js 10.x AFAICT, like before
  • decide if we should backport this to v4-dev

This property doesn't, or shouldn't, affect consumers of the npm package since we distribute the built files
@XhmikosR XhmikosR mentioned this pull request Dec 26, 2019
@XhmikosR
Copy link
Copy Markdown
Member Author

XhmikosR commented Jan 7, 2020

/CC @mdo @Johann-S for feedback.

@Johann-S
Copy link
Copy Markdown
Member

Johann-S commented Jan 7, 2020

I don't think it'll break something we do not publish a Node.js package, we are a frontend framework so it's totally fine to me 👍

@XhmikosR XhmikosR merged commit 46f086c into master Jan 7, 2020
@XhmikosR XhmikosR deleted the master-xmr-pck-rm-engines branch January 7, 2020 21:11
olsza pushed a commit to olsza/bootstrap that referenced this pull request Oct 3, 2020
This property doesn't, or shouldn't, affect consumers of the npm package since we distribute the built files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove engines version from package.json

3 participants