Skip to content

Commit 496c5c6

Browse files
committed
Merge pull request #91 from dcohenb/license_format_fix
Format the license in package.json to match the SPDX standard
2 parents a6fea75 + d1e826b commit 496c5c6

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
3232
"bin": {
3333
"csvtojson": "./bin/csvtojson"
3434
},
35-
"license": [
36-
{
37-
"type": "MIT",
38-
"url": "https://github.com/Keyang/node-csvtojson/blob/master/LICENSE"
39-
}
40-
],
35+
"license": "MIT",
4136
"engines": {
4237
"node": ">=0.10"
4338
},

0 commit comments

Comments
 (0)