Skip to content

Commit 3c23c4c

Browse files
committed
[Tests] resolvers/webpack: avoid npm 7 autoinstalling webpack in the root
TODO: figure out why having webpack available breaks the webpack resolver tests :-/
1 parent 4f64274 commit 3c23c4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resolvers/webpack/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"chai": "^3.5.0",
5555
"coveralls": "^3.0.0",
5656
"mocha": "^3.5.3",
57-
"nyc": "^11.9.0"
57+
"nyc": "^11.9.0",
58+
"webpack": "https://gist.github.com/ljharb/9cdb687f3806f8e6cb8a365d0b7840eb"
5859
}
5960
}

0 commit comments

Comments
 (0)