Skip to content

Commit d5f18c0

Browse files
committed
Fix file paths for distribution as npm package
1 parent 6735fac commit d5f18c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"url": "git+https://github.com/kubernetes-client/javascript.git"
88
},
99
"files": [
10-
"dist/src/*.ts",
11-
"dist/src/*.js"
10+
"dist/*.ts",
11+
"dist/*.js"
1212
],
1313
"main": "dist/index.js",
1414
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)