Skip to content

Commit ab621fd

Browse files
committed
fix: Fixing published files.
1 parent d9fc691 commit ab621fd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.npmignore

Whitespace-only changes.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "6.0.0",
44
"description": "Functions to mock the JavaScript aws-sdk",
55
"type": "module",
6-
"main": "dist/index.js",
6+
"main": "dist/index.cjs",
77
"types": "dist/index.d.ts",
8+
"files": ["dist", "README.md", "LICENSE"],
89
"scripts": {
910
"lint": "tsc",
1011
"nocov": "ts-mocha test/**/*.spec.ts",

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"exclude": [
3535
"babel.config.cjs",
36-
"node_modules/**/*"
36+
"node_modules/**/*",
37+
"dist/**/*",
3738
]
3839
}

0 commit comments

Comments
 (0)