Skip to content

Commit

Permalink
chore: align package meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Loydd committed Oct 3, 2023
1 parent f6b0294 commit 6cf51ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clients/js/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0",
"description": "Pixelpact Playwright helps to easily hook into Pixelpact Service",
"type": "module",
"author": "Ergon Informatik AG",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}
}
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Pixelpact gets you started quickly with visual testing for the web.",
"type": "module",
"author": "Ergon Informatik AG",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 6cf51ee

Please sign in to comment.