Release 1.0.6 #4

Merged
mifi merged 12 commits from develop into main 2023-05-26 21:49:26 +00:00
Showing only changes of commit 40645f58e3 - Show all commits

View File

@@ -7,10 +7,10 @@
"build": "tsc", "build": "tsc",
"build:production": "tsc -p .", "build:production": "tsc -p .",
"format": "prettier:fix && lint:fix", "format": "prettier:fix && lint:fix",
"lint": "eslint --ext .ts,.tsx lib/", "lint": "eslint --ext .ts,.tsx src/",
"lint:fix": "eslint --fix --ext .ts,.tsx lib/", "lint:fix": "eslint --fix --ext .ts,.tsx src/",
"prettier": "prettier --check 'lib/**/*.ts'", "prettier": "prettier --check 'src/**/*.ts'",
"prettier:fix": "prettier --write 'lib/**/*.ts'", "prettier:fix": "prettier --write 'src/**/*.ts'",
"test": "jest --passWithNoTests" "test": "jest --passWithNoTests"
}, },
"devDependencies": { "devDependencies": {