Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Fixed naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed Mar 30, 2018
1 parent 5369db3 commit 9b81a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hapi-auth-udaru/package.json
Expand Up @@ -49,9 +49,9 @@
"pg:load-test-data": "UDARU_SERVICE_local=true npx udaru-loadTestData",
"pg:migrate": "npx udaru-migrate --version=max",
"start": "node ./start.js",
"test-lts": "echo '\\033[33mhapi-auth-udaru requires Node.js greater than 8.9.0. Exiting without errors.\\033[0m'",
"test-6": "echo '\\033[33mhapi-auth-udaru requires Node.js greater than 8.9.0. Exiting without errors.\\033[0m'",
"test-current": "npm run pg:init-test-db && UDARU_SERVICE_logger_pino_level=silent lab -c -t 96",
"test": "npm run test-$(node -v | grep '^v6' >> /dev/null && echo 'lts' || echo 'current')",
"test": "npm run test-$(node -v | grep '^v6' >> /dev/null && echo '6' || echo 'current')",
"test:security": "node ./security/runner.js",
"pretest:security": "napa sqlmapproject/sqlmap"
},
Expand Down

0 comments on commit 9b81a3b

Please sign in to comment.