npm-pkg-lint 4.5.2 → 4.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11512,7 +11512,7 @@ var disallowed = [
|
|
|
11512
11512
|
"https:",
|
|
11513
11513
|
"link:"
|
|
11514
11514
|
];
|
|
11515
|
-
var allowedInDev = /* @__PURE__ */ new Set(["link:"]);
|
|
11515
|
+
var allowedInDev = /* @__PURE__ */ new Set(["file:", "link:"]);
|
|
11516
11516
|
var depFields = [
|
|
11517
11517
|
"dependencies",
|
|
11518
11518
|
"devDependencies",
|