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