Skip to content

Commit

Permalink
build: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Jul 27, 2018
1 parent 48437ba commit c46b9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A lightweight, extensible node.js web-server with inbuilt routing-engine, static file server, file upload handler, request body parser, middleware support and lots more",
"main": "index.js",
"scripts": {
"test": "BABEL_ENV=test nyc mocha --recursive --exit",
"test": "BABEL_ENV=test nyc mocha --recursive",
"watch-test": "npm run test -- -w",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint ./src --fix",
Expand Down

0 comments on commit c46b9b4

Please sign in to comment.