Skip to content

Commit

Permalink
fix: Fixing published files.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed May 16, 2024
1 parent d9fc691 commit ab621fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Empty file added .npmignore
Empty file.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "6.0.0",
"description": "Functions to mock the JavaScript aws-sdk",
"type": "module",
"main": "dist/index.js",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"files": ["dist", "README.md", "LICENSE"],
"scripts": {
"lint": "tsc",
"nocov": "ts-mocha test/**/*.spec.ts",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"exclude": [
"babel.config.cjs",
"node_modules/**/*"
"node_modules/**/*",
"dist/**/*",
]
}

0 comments on commit ab621fd

Please sign in to comment.