Skip to content
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

chore(package): add engines to package.json #337

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Conversation

rwaskiewicz
Copy link
Member

@rwaskiewicz rwaskiewicz commented Jun 9, 2023

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Tests (npm test) were run locally and passed
  • Prettier (npm run prettier) was run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

We don't have engines specified, which is blocking #324

GitHub Issue Number: N/A

What is the new behavior?

this commit adds an engines field to the package to explicitly state what versions of node/npm that are currently supported. the current version of the package supports stencil v2 and up - stencil v2 supported node 12+, which is the justification for such a low version of node/npm in these fields

Does this introduce a breaking change?

  • Yes
  • No

Testing

N/A

Other information

this commit adds an engines field to the package to explicitly state
what versions of node/npm that are currently supported. the current
version of the package supports stencil v2 and up - stencil v2 supported
node 12+, which is the justification for such a low version of node/npm
in these fields
@rwaskiewicz rwaskiewicz enabled auto-merge (squash) June 21, 2023 12:34
@rwaskiewicz rwaskiewicz merged commit 7e064f9 into main Jun 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants