Add license to package.json

This commit is contained in:
Kegan Myers 2014-02-28 11:46:27 -06:00
parent 18548763b5
commit ba50af511a

View file

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