Commit 631f2d6
committed
chore: add missing
Adds `"npm": ">2.7.0"` to `engines` in `package.json` so `ctor` matches the engine convention used by the other 13 sibling packages in `@stdlib/stats/base/dists/uniform` (93% conformance). The `ctor` package legitimately omits native-addon infrastructure (no `src/`, `include/`, `binding.gyp`, `manifest.json`, `lib/native.js`) because it is a constructor class; the npm engine constraint is unrelated to native bindings.npm engine constraint to stats/base/dists/uniform/ctor
1 parent c73c8b3 commit 631f2d6
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments