Skip to content

Commit f623942

Browse files
fix(package.json): make contributors a valid object
1 parent 9ace969 commit f623942

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
},
2020
"license": "MIT",
2121
"author": "Michael Teeuw",
22-
"contributors": [
23-
"https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
22+
{
23+
"name": "MagicMirror contributors",
24+
"url": "https://github.com/MagicMirrorOrg/MagicMirror/graphs/contributors"
25+
}
2426
],
2527
"type": "commonjs",
2628
"imports": {

0 commit comments

Comments
 (0)