1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

package.json: changing license URL to new github raw URL format

This commit is contained in:
Michael Ficarra 2012-05-14 17:50:04 -04:00
parent 66c751be11
commit 5c8eef2ab5

View file

@ -6,7 +6,7 @@
"version": "1.3.2",
"licenses": [{
"type": "MIT",
"url": "https://github.com/jashkenas/coffee-script/raw/master/LICENSE"
"url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
}],
"engines": {
"node": ">=0.4.0"