Skip to content

Commit 746727d

Browse files
committed
Update license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
1 parent dd46b78 commit 746727d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
"bugs": {
1616
"url": "https://github.com/mattinsler/longjohn/issues"
1717
},
18-
"licenses": [
19-
{
20-
"type": "MIT",
21-
"url": "https://github.com/mattinsler/longjohn/blob/master/LICENSE-MIT"
22-
}
23-
],
18+
"license": "MIT",
2419
"main": "dist/longjohn",
2520
"engines": {
2621
"node": ">= 0.6.0"

0 commit comments

Comments
 (0)