Skip to content

Commit

Permalink
Swap ecstatic (deprecated) for http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Apr 25, 2022
1 parent d189b06 commit 48715dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"browserify": "^17.0.0",
"ecstatic": "4.1.4",
"http-server": "^14.1.0",
"eslint": "^8.13.0",
"node-localstorage": "^2.1.6",
"shx": "~0.3.3",
Expand All @@ -36,7 +36,7 @@
"build": "browserify index.js -s osmAuth > osmauth.js",
"postbuild": "uglifyjs osmauth.js -c > osmauth.min.js",
"lint": "eslint index.js test/*.js",
"start": "node server.js",
"start": "npx http-server",
"test": "npm run build && npm run lint && tap --reporter terse --no-coverage test/*.js"
},
"engines": {
Expand Down
9 changes: 0 additions & 9 deletions server.js

This file was deleted.

0 comments on commit 48715dd

Please sign in to comment.