Skip to content

Commit

Permalink
Fix values in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed Apr 20, 2024
1 parent e520666 commit d24096c
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "matrix.org",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.7"
},
"dependencies": {
"@axe-core/playwright": "^4.9.0"
}
"name": "matrix.org",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"test": "playwright test",
"serve": "zola serve"
},
"author": "The Matrix.org Foundation and Contributors",
"license": "Apache-2.0",
"devDependencies": {
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.7"
},
"dependencies": {
"@axe-core/playwright": "^4.9.0"
}
}

0 comments on commit d24096c

Please sign in to comment.