Skip to content

Commit 3588c40

Browse files
committed
Merge pull request #133 from SimenB/license
Use license in package.json
2 parents cf3ef9a + 54d6ccc commit 3588c40

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
@@ -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"

0 commit comments

Comments
 (0)