diff --git a/package.json b/package.json index a183651..49cbb7b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "coverage": "npm run clean-coverage && nyc mocha", "test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit", "coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html", - "start": "http-server public -p 80" + "start": "http-server public -p 8080" }, "author": "", "license": "ISC",