Skip to content

Commit 96e807c

Browse files
committed
Improve license part of package.json ;)
1 parent 9d24a34 commit 96e807c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"keywords": ["javascript", "language", "coffeescript", "compiler"],
55
"author": "Jeremy Ashkenas",
66
"version": "1.6.3",
7-
"licenses": [{
8-
"type": "MIT",
9-
"url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
10-
}],
7+
"license": "MIT",
118
"engines": {
129
"node": ">=0.8.0"
1310
},

0 commit comments

Comments
 (0)