Closed MattSidor closed 2 years ago
You're right, I copied the example; I misunderstood the purpose of what goes in the parentheses. What does "pencil" refer to in that example exactly? For my future PRs, how do I find out what to put in for the scope, or is it subjective? I wouldn't have known to use "package" for this one.
:tada: This PR is included in version 1.1.10 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Alaska Airlines Pull Request
Changed the allowed version ranges of node in
"engines"
property ofpackage.json
to allow versions 12+ to install the project.Fixes: #60
Summary:
This aligns with other recently-updated Auro projects that specify the
"engines"
property.Type of change:
Please delete options that are not relevant.
This affects consumers who wish to
npm install
the library, or contributors who wish to work on it in their local development environment.Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.