Improve license part of package.json ;)

This commit is contained in:
Jeremy Ashkenas 2013-08-19 16:10:25 +02:00
parent 9d24a3420d
commit 96e807c677
1 changed files with 1 additions and 4 deletions

View File

@ -4,10 +4,7 @@
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Jeremy Ashkenas",
"version": "1.6.3",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
}],
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},