Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit a3094a9

Browse files
committed
Merge pull request #27 from Starefossen/patch-1
Use correct license property in package.json
2 parents 6a42a29 + c57667b commit a3094a9

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
@@ -22,12 +22,7 @@
2222
"url": "https://github.com/DavidTPate"
2323
},
2424
"contributors": [],
25-
"licenses": [
26-
{
27-
"type": "MIT",
28-
"url": "http://www.opensource.org/licenses/MIT"
29-
}
30-
],
25+
"license": "MIT",
3126
"main": "index.js",
3227
"bin": {
3328
"codacy-coverage": "./bin/codacy-coverage.js"

0 commit comments

Comments
 (0)