Skip to content

Commit fcb4480

Browse files
committed
build: Update package.json to use current license syntax
'licenses' (plural) is no longer supported. <https://docs.npmjs.com/files/package.json#license>
1 parent 1706878 commit fcb4480

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/kof/node-qunit.git"
2020
},
21+
"license": "MIT",
2122
"keywords": [
2223
"TDD",
2324
"QUnit",
@@ -49,11 +50,5 @@
4950
},
5051
"optionalDependencies": {
5152
"istanbul": "https://github.com/gotwarlost/istanbul/tarball/harmony"
52-
},
53-
"licenses": [
54-
{
55-
"type": "MIT",
56-
"url": "https://opensource.org/licenses/mit-license.php"
57-
}
58-
]
53+
}
5954
}

0 commit comments

Comments
 (0)