Skip to content

Commit

Permalink
Merge branch 'main' into docs/29-write-a-meaningful-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BHuber-PlanB authored Feb 9, 2022
2 parents f0572e2 + fe4e4bc commit c7bd167
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
6 changes: 3 additions & 3 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Added
## Changed

- Added `engines` object with `node` and `npm` version definition to `package.json`
- Extended `keywords` array of `package.json`

[Link to GitHub issue](https://github.com/PlanBGmbH/flinkey-web-components/issues/72)
[Link to GitHub issue](https://github.com/PlanBGmbH/flinkey-web-components/issues/77)
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.

16 changes: 12 additions & 4 deletions 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.16",
"version": "0.0.17",
"description": "This project provides some Web Components built for usage in combination with the flinkey API.",
"author": "PlanB. GmbH",
"repository": {
Expand Down Expand Up @@ -43,11 +43,19 @@
},
"license": "MIT",
"keywords": [
"typescript",
"stencil",
"webcomponents",
"rest-api",
"web-components",
"custom-elements",
"ui-components",
"jest-tests",
"tsx",
"puppeteer",
"tailwindcss",
"flinkey",
"WITTE",
"WITTE Digital"
"witte-digital",
"flinkey-api"
],
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
Expand Down

0 comments on commit c7bd167

Please sign in to comment.