diff --git a/package.json b/package.json index a788a99..4234405 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf", "coverage": "node_modules/.bin/istanbul check-coverage --statement 90 --branch 100 --function 90 --line 100", "start": "node index.js", - "acceptance": "acceptanceTests/scripts/test.sh" + }, "dependencies": { "bcryptjs": "^2.4.3",