Skip to content

Commit 11aea72

Browse files
authored
update upath version to avoid errors on node v10
upath versions lower than 1.0.5 fail to install on node v10
1 parent 5e75390 commit 11aea72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"normalize-path": "^2.1.1",
5656
"path-is-absolute": "^1.0.0",
5757
"readdirp": "^2.0.0",
58-
"upath": "^1.0.0"
58+
"upath": "^1.0.5"
5959
}
6060
}

0 commit comments

Comments
 (0)