Skip to content

Commit 15c451c

Browse files
committed
tidy things
1 parent dbc2b5e commit 15c451c

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.vscode/eps-cdk-utils.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"path": ".."
66
},
77
{
8-
"name": "cdkConstructs",
8+
"name": "packages/cdkConstructs",
99
"path": "../packages/cdkConstructs"
1010
}
1111
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"type": "module",
4949
"files": [
50-
"packages/cdkConstructs/lib"
50+
"packages/cdkConstructs/lib/src"
5151
],
5252
"main": "packages/cdkConstructs/lib/src/index.js",
5353
"types": "packages/cdkConstructs/lib/src/index.d.ts"

packages/cdkConstructs/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"author": "NHSDigital",
1919
"license": "MIT",
2020
"private": false,
21-
"publishConfig": {
22-
"registry": "https://npm.pkg.github.com",
23-
"access": "public"
24-
},
2521
"type": "module",
2622
"dependencies": {
2723
"aws-cdk": "^2.1030.0",

packages/cdkConstructs/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"../../node_modules/@types"
3333
]
3434
},
35-
"include": ["src/**/*", "tests/**/*"],
36-
"exclude": ["node_modules", "cdk.out"]
35+
"include": ["src/**/*"],
36+
"exclude": ["node_modules", "cdk.out", "tests/**/*"]
3737
}

0 commit comments

Comments
 (0)