Skip to content

Commit ed5cda5

Browse files
committed
Address warnings about the package.json file
Which probably does not fix #1910, but it helps anyway.
1 parent 6e13188 commit ed5cda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highlights/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"author": "Samantha McVey",
1010
"license": "Artistic-2.0",
11-
"homepage": "docs.perl6.org",
11+
"homepage": "https://docs.perl6.org",
1212
"repository": "https://github.com/perl6/doc.git",
1313
"dependencies": {
1414
"highlights": "<2.0",
1515
"less": "latest",
16-
"coffee-script": "latest",
16+
"coffeescript": "latest",
1717
"node-sass": "latest"
1818
}
1919
}

0 commit comments

Comments
 (0)