Skip to content

Commit

Permalink
Merge pull request #75 from PlanBGmbH/revert-74-revert-73-chore/72-se…
Browse files Browse the repository at this point in the history
…t-used-node-and-npm-version-in-package-json

Revert "Revert "🔧 Added engines definition to package.json""
  • Loading branch information
roswerk authored Feb 9, 2022
2 parents b8e8e97 + 1e9a29d commit dacedf3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
18 changes: 2 additions & 16 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
## Added

- `flinkey-keyfob-catalog` web component (implementation, unit tests and e2e tests)
- Installed `@tailwindcss/forms` package and added a config for it to `tailwind.config.js`
- Added `engines` object with `node` and `npm` version definition to `package.json`

## Changed

- Upgraded from `puppeteer@^13.0.1` to `puppeteer@^13.2.0`

## Fixed

- Added `flinkey-API-Key` to `setDefaultHeaders()`
- Fixed unit test which is part of `utils.spec.ts`

## Removed

- Removed unused code from `stencil.config.ts`

[Link to GitHub issue](https://github.com/PlanBGmbH/flinkey-web-components/issues/20)
[Link to GitHub issue](https://github.com/PlanBGmbH/flinkey-web-components/issues/72)
4 changes: 2 additions & 2 deletions components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@planbgmbh/flinkey-web-components",
"version": "0.0.15",
"version": "0.0.16",
"description": "This project provides some Web Components built for usage in combination with the flinkey API.",
"author": "PlanB. GmbH",
"repository": {
Expand All @@ -23,6 +23,10 @@
"dist/",
"loader/"
],
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
Expand Down

0 comments on commit dacedf3

Please sign in to comment.