fix: make path package a dependancy

This commit is contained in:
Ben Heidemann 2021-04-03 18:06:54 +01:00
parent 4c6d94b7e9
commit 463cd3bacd
2 changed files with 3 additions and 7 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -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",