Skip to content

Commit aeaf5de

Browse files
committed
switch to five-server (*f*ork of live-server) for serving examples: it is a drop-in alternative without the slow network speed issue live-server has lately
1 parent fd68144 commit aeaf5de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"version": "lume versionHook",
2626
"postversion": "lume postVersionHook",
2727
"OTHER SCRIPTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX": "",
28-
"examples": "live-server --open=playground --no-css-inject"
28+
"examples": "five-server --open=playground --no-css-inject"
2929
},
3030
"dependencies": {},
3131
"devDependencies": {
3232
"@lume/cli": "^0.9.0",
33-
"live-server": "^1.2.1",
33+
"five-server": "^0.3.1",
3434
"prettier": "^1.19.1"
3535
},
3636
"repository": {

0 commit comments

Comments
 (0)