doc(*): change package.json license field to MIT

Align the package.json license with the LICENSE file from the repo
Closes #6432
This commit is contained in:
Uri Shaked 2016-01-12 18:36:43 +02:00
parent 8bd697b316
commit 92dc3b91d8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"Yegor Jbanov <yjbanov@google.com>",
"Jeremy Elbourn <jelbourn@google.com>"
],
"license": "Apache-2.0",
"license": "MIT",
"engines": {
"node": ">= 4.2.1 < 5"
},