diff --git a/package-lock.json b/package-lock.json index 0a35e3e..07d6dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8560,8 +8560,7 @@ "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "ini": { "version": "1.3.8", @@ -12363,7 +12362,6 @@ "version": "0.12.7", "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", "integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=", - "dev": true, "requires": { "process": "^0.11.1", "util": "^0.10.3" @@ -12373,7 +12371,6 @@ "version": "0.10.4", "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", - "dev": true, "requires": { "inherits": "2.0.3" } @@ -13216,8 +13213,7 @@ "process": { "version": "0.11.10", "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=", - "dev": true + "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" }, "process-nextick-args": { "version": "2.0.0", diff --git a/package.json b/package.json index 13aa791..c7fae5d 100644 --- a/package.json +++ b/package.json @@ -47,11 +47,11 @@ }, "dependencies": { "es6-promisify": "^6.1.0", + "path": "^0.12.7", "minimatch": "^3.0.4" }, "devDependencies": { "node-polyfill-webpack-plugin": "^1.0.3", - "path": "^0.12.7", "chai": "^4.3.0", "chai-datetime": "^1.8.0", "css-loader": "^5.1.3",