MIT license in package.json

This commit is contained in:
Paul Chaignon
2016-03-19 13:16:32 +01:00
parent 4a2cb32149
commit 00764f3d59

View File

@@ -2,5 +2,6 @@
"repository": "https://github.com/github/linguist", "repository": "https://github.com/github/linguist",
"dependencies": { "dependencies": {
"season": "~>5.0" "season": "~>5.0"
} },
"license": "MIT"
} }