Skip to content

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

Merged
rwaskiewicz merged 1 commit intomainfrom
rwaskiewicz/engines
Jun 21, 2023
Merged

chore(package): add engines to package.json#337
rwaskiewicz merged 1 commit intomainfrom
rwaskiewicz/engines

Conversation

@rwaskiewicz
Copy link
Copy Markdown
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

@rwaskiewicz rwaskiewicz requested a review from a team as a code owner June 9, 2023 19:15
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 force-pushed the rwaskiewicz/engines branch from aae8e17 to f1bcad1 Compare June 21, 2023 12:33
@rwaskiewicz rwaskiewicz enabled auto-merge (squash) June 21, 2023 12:34
@rwaskiewicz rwaskiewicz merged commit 7e064f9 into main Jun 21, 2023
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.

3 participants