chore(package): rename scripts to align with other packages

This commit is contained in:
Ferdinand Thiessen 2021-12-06 01:32:43 +01:00
parent 56823952d4
commit 71949bbd20
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"typings": "types/index.d.ts",
"scripts": {
"valid": "tsc --noEmit",
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'"
"format": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'"
},
"peerDependencies": {
"vue": "^3.2.20",