Skip to content

Commit 54d6ccc

Browse files
committed
Use license in package.json
1 parent e080566 commit 54d6ccc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
"bugs": {
1515
"url": "https://github.com/archiverjs/node-archiver/issues"
1616
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT"
21-
}
22-
],
17+
"license": "MIT",
2318
"main": "lib/archiver.js",
2419
"files": [
2520
"lib",
@@ -61,4 +56,4 @@
6156
"publishConfig": {
6257
"registry": "https://registry.npmjs.org/"
6358
}
64-
}
59+
}

0 commit comments

Comments
 (0)