Skip to content

Commit

Permalink
[FIX] Fix Dependabot ecstatic Dependency
Browse files Browse the repository at this point in the history
Dependabot is complaining about the ecstatic file server, which I believe is only used in `http-server`, which is only used in a vestigial preview command in the Makefile.

Since VS Code now has `live-server` previewing extensions, I'm just removing that command.

Hopefully this gets us back to a clean universe.
  • Loading branch information
zalo committed Dec 9, 2020
1 parent f2c4856 commit 260fba7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ open-in-browsers: build
open -a /Applications/Firefox.app test/helpers/browser.html
open -a /Applications/Safari.app test/helpers/browser.html
open -a /Applications/Google\ Chrome.app test/helpers/browser.html

serve:
./node_modules/.bin/http-server .
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-string-replace": "^1.3.1",
"http-server": "^0.12.3",
"jsdoc": "^3.6.6",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.2.1",
Expand Down

0 comments on commit 260fba7

Please sign in to comment.