replace serve-static with sirv

This commit is contained in:
Luke Edwards
2018-05-15 15:23:33 -07:00
parent ccf618eb9f
commit f050a64a51
2 changed files with 10 additions and 9 deletions

View File

@@ -15,7 +15,8 @@
"compression": "^1.7.1",
"polka": "^0.3.4",
"sapper": "^0.12.0",
"serve-static": "^1.13.1"
"serve-static": "^1.13.1",
"sirv": "^0.1.1"
},
"devDependencies": {
"npm-run-all": "^4.1.2",