Skip to content

Commit 64b917a

Browse files
committed
chore: drop yorkie
1 parent cc5593b commit 64b917a

File tree

3 files changed

+3
-101
lines changed

3 files changed

+3
-101
lines changed

.githooks/pre-commit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
npx --no-install lint-staged

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@intlify/eslint-plugin-vue-i18n": "^1.4.1",
14-
"@nexhome/yorkie": "^2.0.8",
1514
"@types/js-yaml": "^4.0.5",
1615
"@types/node": "^18.17.4",
1716
"@typescript-eslint/eslint-plugin": "^5.62.0",
@@ -42,9 +41,6 @@
4241
"engines": {
4342
"node": ">= 14.6"
4443
},
45-
"gitHooks": {
46-
"pre-commit": "lint-staged"
47-
},
4844
"license": "MIT",
4945
"lint-staged": {
5046
"*.{json,md,yml}": [
@@ -97,6 +93,7 @@
9793
"switch:vue3": "pnpm --filter vue-i18n-routing switch:3",
9894
"docs:build": "pnpm --filter vue-i18n-routing build:docs",
9995
"preinstall": "node ./scripts/preinstall.mjs",
96+
"prepare": "git config --local core.hooksPath .githooks",
10097
"release": "bumpp package.json packages/**/package.json --commit \"release: v\" --push --tag",
10198
"bump": "./scripts/bump.sh",
10299
"dev": "pnpm --filter vue-i18n-routing dev",

pnpm-lock.yaml

Lines changed: 0 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)