Skip to content

Commit

Permalink
package.json: changing license URL to new github raw URL format
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed May 14, 2012
1 parent 66c751b commit 5c8eef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 5c8eef2

Please sign in to comment.