Skip to content

Commit 8ca7fc6

Browse files
committed
Update license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license
1 parent 5cef0f0 commit 8ca7fc6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"bugs": {
1515
"url": "https://github.com/regexps/copyright-regex/issues"
1616
},
17-
"license": {
18-
"type": "MIT",
19-
"url": "https://github.com/regexps/copyright-regex/blob/master/LICENSE"
20-
},
17+
"license": "MIT",
2118
"files": [
2219
"index.js"
2320
],
@@ -41,4 +38,4 @@
4138
"regular",
4239
"year"
4340
]
44-
}
41+
}

0 commit comments

Comments
 (0)