@@ -14,7 +14,7 @@ URLs and URL-like strings for other types.
14
14
slashes on a file specifier will be removed, that is 'file://../foo/bar`
15
15
references the same package as same as ` file:../foo/bar ` . The latter is
16
16
considered canonical.
17
- * Attempting to install a specifer that has a windows drive letter will
17
+ * Attempting to install a specifier that has a windows drive letter will
18
18
produce an error on non-Windows systems.
19
19
* A valid ` file: ` specifier points is:
20
20
* a valid package file. That is, a ` .tar ` , ` .tar.gz ` or ` .tgz ` containing
@@ -64,7 +64,7 @@ down the destination package's `node_modules` you should create a shrinkwrap for
64
64
separately.
65
65
66
66
This is necessary to support the mono repo use case where many projects file
67
- to the same package. If each project included its own npm-shrinkwrap.json
67
+ to the same package. If each project included its own ` npm-shrinkwrap.json `
68
68
then they would each have their own distinct set of transitive dependencies
69
69
and they'd step on each other any time you ran an install in one or the other.
70
70
@@ -75,7 +75,7 @@ shrinkwrapped packages.
75
75
76
76
#### File type specifiers pointing at tarballs
77
77
78
- File-type specifiers pointing at a ` .tgz ` or ` .tar.gz or ` .tar` file will
78
+ File-type specifiers pointing at a ` .tgz ` or ` .tar.gz ` or ` .tar ` file will
79
79
install it as a package file in the same way we would a remote tarball. The
80
80
checksum of the package file should be recorded so that we can check for updates.
81
81
0 commit comments