Skip to content

Commit

Permalink
Merge pull request #61 from nikhita/change-license-to-apache-2.0
Browse files Browse the repository at this point in the history
node-client/src: change license from Unlicense to Apache-2.0
  • Loading branch information
brendandburns authored Jul 20, 2018
2 parents de5c2aa + 05a0574 commit a460160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-client/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"build": "tsc",
"test": "npm run build && node client.js"
},
"author": "Swagger Codegen Contributors",
"license": "Unlicense",
"author": "Kubernetes Authors",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.3.5",
"request": "^2.72.0"
Expand Down

0 comments on commit a460160

Please sign in to comment.