There was an error while loading. Please reload this page.
1 parent ec89d1a commit 8ec7111Copy full SHA for 8ec7111
README.md
@@ -1,6 +1,6 @@
1
# node-multidep
2
3
-Install multiple versions of a package via npm.
+Install and `require` multiple versions of a package via npm.
4
5
This is useful for integration testing. It's perhaps not robust enough for
6
production code.
package.json
{
"name": "multidep",
- "description": "Install multiple versions of the same npm package for testing",
+ "description": "Install and require multiple versions of the same npm package for testing",
"version": "1.0.0",
"author": "Jo Liss <joliss42@gmail.com>",
"repository": {
0 commit comments