diff --git a/package.json b/package.json index 1aa1928..281898e 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "include-all", - "version": "4.0.3", + "version": "4.0.4", "description": "An easy way to include all node.js modules within a directory.", "main": "index.js", "directories": { "test": "test" }, "scripts": { - "test": "node ./node_modules/mocha/bin/mocha" + "test": "mocha" }, "repository": { "type": "git", @@ -27,6 +27,6 @@ "@sailshq/lodash": "^3.10.2" }, "devDependencies": { - "mocha": "3.0.2" + "mocha": "^5.2.0" } }