We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed3467 commit f1fe072Copy full SHA for f1fe072
layers/src/layer-publisher-stack.ts
@@ -62,13 +62,13 @@ export class LayerPublisherStack extends Stack {
62
// the name is the same as the npm workspace name
63
const utilities = [
64
'commons',
65
+ 'jmespath',
66
'logger',
67
'metrics',
68
'tracer',
69
'parameters',
70
'idempotency',
71
'batch',
- 'jmespath',
72
];
73
74
// These files are relative to the tmp folder
@@ -88,8 +88,6 @@ export class LayerPublisherStack extends Stack {
88
'node_modules/async-hook-jl/test',
89
'node_modules/stack-chain/test',
90
'node_modules/shimmer/test',
91
- 'node_modules/jmespath/artifacts',
92
- 'node_modules/jmespath/bower.json',
93
'node_modules/obliterator/*.d.ts',
94
'node_modules/strnum/.vscode',
95
'node_modules/strnum/*.test.js',
0 commit comments