Skip to content

Commit

Permalink
chore: use servor dependency instead of serve (#891)
Browse files Browse the repository at this point in the history
- [servor`](https://www.npmjs.com/package/servor) seems to be much smaller than `serve` and has 0 deps which is far from being the case with `serve`
  • Loading branch information
ghiscoding authored Feb 6, 2023
1 parent 817df3c commit 8753d64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 233 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"new-version": "lerna version",
"new-publish": "lerna publish from-package",
"roll-new-release": "pnpm bundle && pnpm new-version && pnpm new-publish",
"serve:demo": "serve ./docs -l 8888",
"serve:demo": "servor ./docs index.html 8888",
"lint": "eslint packages --ext .ts",
"test": "jest --runInBand --coverage=true --config ./test/jest.config.ts",
"test:ci": "jest --runInBand --coverage=true --ci --config ./test/jest.config.ts",
Expand Down Expand Up @@ -74,7 +74,7 @@
"pnpm": "^7.26.3",
"rimraf": "^3.0.2",
"rxjs": "^7.5.7",
"serve": "^14.2.0",
"servor": "^4.0.2",
"slickgrid": "^3.0.3",
"sortablejs": "^1.15.0",
"ts-jest": "^29.0.5",
Expand Down
Loading

0 comments on commit 8753d64

Please sign in to comment.