Skip to content

Commit

Permalink
Merge branch 'master' into pr/13
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Oct 5, 2018
2 parents 46827d6 + 9d47df6 commit 6ecfd72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "3.0.3",
"description": "Structured Node.js bindings for MySQL.",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --recursive",
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive",
"test": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000",
"fasttest": "node ./node_modules/mocha/bin/mocha --recursive --timeout 10000",
"pretest": "npm run lint",
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0",
"docker": "docker-compose run adapter bash"
Expand Down

0 comments on commit 6ecfd72

Please sign in to comment.