1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/17010] Add web-push-testing for implementing web push tests

PHPBB3-17010
This commit is contained in:
Marc Alexander
2022-09-18 21:28:25 +02:00
parent 83cf915758
commit af31080445
2 changed files with 1628 additions and 2 deletions

1627
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -111,6 +111,7 @@
"postcss": "^8.4.31", "postcss": "^8.4.31",
"postcss-sorting": "^7.0.1", "postcss-sorting": "^7.0.1",
"stylelint": "^14.7.0", "stylelint": "^14.7.0",
"stylelint-order": "^5.0.0" "stylelint-order": "^5.0.0",
"web-push-testing": "^1.0.0"
} }
} }