Skip to content

Commit d1e826b

Browse files
dcohenbDaniel Cohen
authored andcommitted
Format the license in package.json to match the SPDX standard
As documented on the NPM documentation (https://docs.npmjs.com/files/package.json#license). The license field has to comply with the SPDX specification for communicating the licenses and copyrights associated with a software package. This commit changes the license to a valid SPDX value (MIT)
1 parent a6fea75 commit d1e826b

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)