Skip to content

Commit 10c7f7b

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 82da0e7 commit 10c7f7b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@
2828
"unescape"
2929
],
3030
"author": "JP Richardson <[email protected]>",
31-
"licenses": [
32-
{
33-
"type": "MIT"
34-
}
35-
],
31+
"license": "MIT",
3632
"dependencies": {},
3733
"devDependencies": {
3834
"mocha": "*",

0 commit comments

Comments
 (0)