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", "main": "index.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
"lint:check": "semistandard tests/**/*.js" "lint:check": "semistandard tests/**/*.js",
"lint:fix": "semistandard --fix tests/**/*.js", "lint:fix": "semistandard --fix tests/**/*.js",
"codegen": "npx playwright codegen", "codegen": "npx playwright codegen",
"test": "playwright test", "test": "playwright test"
"prepare": "npm run lint"
}, },
"husky": { "husky": {
"hooks": { "hooks": {