Fix package.json: use license instead of licenses

This commit is contained in:
Alex Dima 2015-09-16 16:58:22 +02:00
Родитель b4a939f947
Коммит 40a5023497
1 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -7,12 +7,7 @@
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/vscode-textmate" "url": "https://github.com/Microsoft/vscode-textmate"
}, },
"licenses": [ "license": "MIT",
{
"type": "MIT",
"url": "http://github.com/Microsoft/vscode-textmate/raw/master/LICENSE.md"
}
],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/vscode-textmate/issues" "url": "https://github.com/Microsoft/vscode-textmate/issues"
}, },