We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d189b06 commit 48715ddCopy full SHA for 48715dd
package.json
@@ -22,7 +22,7 @@
22
},
23
"devDependencies": {
24
"browserify": "^17.0.0",
25
- "ecstatic": "4.1.4",
+ "http-server": "^14.1.0",
26
"eslint": "^8.13.0",
27
"node-localstorage": "^2.1.6",
28
"shx": "~0.3.3",
@@ -36,7 +36,7 @@
36
"build": "browserify index.js -s osmAuth > osmauth.js",
37
"postbuild": "uglifyjs osmauth.js -c > osmauth.min.js",
38
"lint": "eslint index.js test/*.js",
39
- "start": "node server.js",
+ "start": "npx http-server",
40
"test": "npm run build && npm run lint && tap --reporter terse --no-coverage test/*.js"
41
42
"engines": {
server.js
0 commit comments