Fix for legacy manifest file

This commit is contained in:
Andrew Smith
2018-09-13 19:45:30 +01:00
parent 8c07d9d2ac
commit 467041a3cd
3 changed files with 4 additions and 1 deletions

View File

@@ -74,6 +74,7 @@
"test": "mocha --opts mocha.opts",
"pretest": "npm run build",
"build": "rm -rf dist && rollup -c",
"prepare": "npm run build",
"dev": "rollup -cw",
"prepublishOnly": "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"