diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..ff462117 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +SEE: http://rem.mit-license.org/ diff --git a/package.json b/package.json index b755562e..d465cbed 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,5 @@ "test": "node test.js" }, "bugs": { "url": "https://github.com/remy/mit-license/issues" }, - "licenses": [ - { "type": "MIT", - "url": "http://rem.mit-license.org/" - } - ] -} \ No newline at end of file + "license" : "SEE LICENSE IN LICENSE" +}