1.1.0 #1

Merged
hayzam merged 12 commits from 1.1.0 into master 2024-06-06 17:43:40 +00:00
Showing only changes of commit ca4fae5b60 - Show all commits

View file

@ -5,11 +5,10 @@
"main": "index.js",
"type": "module",
"scripts": {
"lint:check": "semistandard tests/**/*.js"
"lint:check": "semistandard tests/**/*.js",
"lint:fix": "semistandard --fix tests/**/*.js",
"codegen": "npx playwright codegen",
"test": "playwright test",
"prepare": "npm run lint"
"test": "playwright test"
},
"husky": {
"hooks": {