Skip to content

Commit 534663f

Browse files
Merge pull request #25 from cjlarose/remove-index-file
Remove unused index.ts file at root of package
2 parents a784713 + d5f18c0 commit 534663f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

node-client/index.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

node-client/package.json

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

0 commit comments

Comments
 (0)