summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-01-05 14:08:23 +0100
committerGitHub2019-01-05 14:08:23 +0100
commit7a83fc0f14940ee5161ba1693d1bedc810b419c6 (patch)
tree4d2317c8038416c2032b0141849e4e23ba60edd5 /package.json
parentdba9575c94743a4efd65ff3db0d8748161ca13f0 (diff)
parentf7bc1e99c0a5431581dabfaad9939b40d42b2a94 (diff)
Merge pull request #1110 from dsprenkels/issue_1106
Remove blueimp-md5 dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index cf1e7068..cfea8953 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"main": "app.js",
"license": "AGPL-3.0",
"scripts": {
- "test": "npm run-script eslint && npm run-script jsonlint",
+ "test": "npm run-script eslint && npm run-script jsonlint && mocha",
"eslint": "node_modules/.bin/eslint lib public app.js",
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
@@ -23,7 +23,6 @@
"aws-sdk": "^2.345.0",
"azure-storage": "^2.7.0",
"base64url": "^3.0.0",
- "blueimp-md5": "^2.6.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"bootstrap-validator": "^0.11.8",
@@ -184,6 +183,7 @@
"less": "^2.7.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.1",
+ "mocha": "^5.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",