Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit a386a30

Browse files
committed
use https URL when updating mime-types.md
1 parent fc0a759 commit a386a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prepare": "npm run build",
7171
"dev": "rollup -cw",
7272
"prepublishOnly": "npm test",
73-
"update_mime_types": "curl http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types | grep -e \"^[^#]\" > runtime/src/server/middleware/mime-types.md"
73+
"update_mime_types": "curl https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types | grep -e \"^[^#]\" > runtime/src/server/middleware/mime-types.md"
7474
},
7575
"repository": "https://github.com/sveltejs/sapper",
7676
"keywords": [

0 commit comments

Comments
 (0)