Skip to content

Commit 8ec7111

Browse files
committed
Be more precise
1 parent ec89d1a commit 8ec7111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-multidep
22

3-
Install multiple versions of a package via npm.
3+
Install and `require` multiple versions of a package via npm.
44

55
This is useful for integration testing. It's perhaps not robust enough for
66
production code.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multidep",
3-
"description": "Install multiple versions of the same npm package for testing",
3+
"description": "Install and require multiple versions of the same npm package for testing",
44
"version": "1.0.0",
55
"author": "Jo Liss <joliss42@gmail.com>",
66
"repository": {

0 commit comments

Comments
 (0)