Fix licence on package.json to MIT
This commit is contained in:
parent
f3c83b0869
commit
602f5c5fa8
|
@ -17,8 +17,8 @@
|
|||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "Apache",
|
||||
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in New Issue