We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e6f36 commit cb292ebCopy full SHA for cb292eb
.gitignore
@@ -1,10 +1,12 @@
1
# managed by skuba
2
.idea/*
3
.vscode/*
4
+!.vscode/extensions.json
5
6
.cdk.staging/
7
.serverless/
8
cdk.out/
9
+cdk.context.json
10
node_modules*/
11
12
/coverage*/
.prettierignore
@@ -5,4 +5,5 @@
gantry*.yaml
gantry*.yml
pnpm-lock.yaml
+coverage
# end managed by skuba
package.json
@@ -24,7 +24,7 @@
24
"@types/node": "^20.11.16",
25
"prettier": "^3.0.0",
26
"resolve-from": "^5.0.0",
27
- "skuba": "8.0.1",
+ "skuba": "8.2.0",
28
"tsup": "^8.0.1"
29
},
30
"volta": {
@@ -35,6 +35,6 @@
35
"entryPoint": "src/index.ts",
36
"template": null,
37
"type": "package",
38
- "version": "7.5.0"
+ "version": "8.2.0"
39
}
40
0 commit comments