Skip to content

Commit a130198

Browse files
committed
Fixing path not resolving
1 parent ab621fd commit a130198

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "aws-sdk-mock",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Functions to mock the JavaScript aws-sdk",
55
"type": "module",
66
"main": "dist/index.cjs",
77
"types": "dist/index.d.ts",
8-
"files": ["dist", "README.md", "LICENSE"],
8+
"files": [
9+
"dist",
10+
"README.md",
11+
"LICENSE"
12+
],
913
"scripts": {
1014
"lint": "tsc",
1115
"nocov": "ts-mocha test/**/*.spec.ts",

0 commit comments

Comments
 (0)