Skip to content

Commit 21b2ef7

Browse files
author
skuba
committed
Run skuba format
1 parent 693f592 commit 21b2ef7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"entryPoint": "packages/hooks/src/index.ts",
3131
"template": "oss-npm-package",
3232
"type": "package",
33-
"version": "11.0.0"
33+
"version": "12.1.1"
3434
}
3535
}

pnpm-workspace.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
packageManagerStrictVersion: true
33
publicHoistPattern:
44
- '@types*'
5-
- '*eslint*'
6-
- '*prettier*'
5+
- eslint
6+
- eslint-config-skuba
7+
- prettier
78
- esbuild
89
- jest
910
- tsconfig-seek
11+
- typescript
1012
# end managed by skuba
1113

1214
packages:

0 commit comments

Comments
 (0)