We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24f7c1b + f3d1886 commit a6d42caCopy full SHA for a6d42ca
node-client/build-package.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
+cp ../README.md ./
4
+npm pack
5
+rm README.md
node-client/package.json
@@ -1,14 +1,15 @@
{
"name": "@kubernetes/client-node",
- "version": "0.5.0",
+ "version": "0.5.2",
"description": "NodeJS client for kubernetes",
"repository": {
6
"type": "git",
7
"url": "git+https://github.com/kubernetes-client/javascript.git"
8
},
9
"files": [
10
"dist/*.ts",
11
- "dist/*.js"
+ "dist/*.js",
12
+ "README.md"
13
],
14
"main": "dist/index.js",
15
"types": "dist/index.d.ts",
node-client/push-package.sh
@@ -0,0 +1,3 @@
+npm publish
0 commit comments