Skip to content

Commit 58d536c

Browse files
committed
style: align stats/base/dists/uniform/ctor with namespace conventions
Added missing `npm` engine constraint (`>2.7.0`) to package.json `engines` (present in 93% of sibling packages in `stats/base/dists/uniform`).
1 parent dd90a8f commit 58d536c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/uniform/ctor

lib/node_modules/@stdlib/stats/base/dists/uniform/ctor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"dependencies": {},
3535
"devDependencies": {},
3636
"engines": {
37-
"node": ">=0.10.0"
37+
"node": ">=0.10.0",
38+
"npm": ">2.7.0"
3839
},
3940
"os": [
4041
"aix",

0 commit comments

Comments
 (0)