Fix licence on package.json to MIT

This commit is contained in:
Rahul 2016-05-06 17:40:47 -04:00 committed by Naomi Black
parent f3c83b0869
commit 602f5c5fa8
1 changed files with 2 additions and 2 deletions

View File

@ -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": {