Add license to package.json

This commit is contained in:
Kegan Myers 2014-02-28 11:46:27 -06:00
parent 18548763b5
commit ba50af511a
1 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,6 @@
"devDependencies": {
"grunt": "~0.4.2",
"grunt-typescript": "~0.2.7"
}
},
"license": "MIT"
}