Skip to content

Commit

Permalink
Rev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Aug 13, 2018
1 parent 8656036 commit f3d1886
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions node-client/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@kubernetes/client-node",
"version": "0.5.0",
"version": "0.5.2",
"description": "NodeJS client for kubernetes",
"repository": {
"type": "git",
"url": "git+https://github.com/kubernetes-client/javascript.git"
},
"files": [
"dist/*.ts",
"dist/*.js"
"dist/*.js",
"README.md"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f3d1886

Please sign in to comment.