From 96e807c67743d78435f1f2837d069645ac60307a Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 19 Aug 2013 16:10:25 +0200 Subject: [PATCH] Improve license part of package.json ;) --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 3d1bca13..4a0f7194 100644 --- a/package.json +++ b/package.json @@ -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" },