replace mime, having weird bundling problems with it

This commit is contained in:
Rich Harris
2018-03-03 22:50:10 -05:00
parent 1b282e7b0d
commit 181b0711ec
4 changed files with 810 additions and 41 deletions

View File

@@ -28,7 +28,6 @@
"get-port": "^3.2.0",
"glob": "^7.1.2",
"locate-character": "^2.0.5",
"mime": "^2.2.0",
"mkdirp": "^0.5.1",
"mri": "^1.1.0",
"node-fetch": "^1.7.3",
@@ -73,7 +72,8 @@
"pretest": "npm run build",
"build": "rollup -c",
"dev": "rollup -cw",
"prepublish": "npm test"
"prepublish": "npm test",
"update_mime_types": "curl http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types | grep -e \"^[^#]\" > src/middleware/mime-types.md"
},
"repository": "https://github.com/sveltejs/sapper",
"keywords": [