Commit 67b5085
committed
chore(marketplace): declare Node engines + drop obsolete COPYRIGHT_NOTICE
Preparing for submission to market.strapi.io. Two small alignments on
top of the existing (already compliant) metadata:
- package.json
* engines: declared node >=18 <=22 and npm >=6 to match the Strapi 5
compatibility matrix. Marketplace reviewers flag missing engines
because installs on unsupported Node versions silently misbehave.
* files: removed COPYRIGHT_NOTICE.txt so the published tarball no
longer ships a file that does not exist in the source tree.
- COPYRIGHT_NOTICE.txt: removed. It was a leftover metadata file from
when LICENSE carried the 'ADDITIONAL CONDITION' clause. With the
LICENSE now being the canonical SPDX MIT text, the separate notice
file only adds confusion — the source of truth is singular.
No runtime or public-API change. Both `strapi-plugin build` and
`strapi-plugin verify` pass.1 parent cec459f commit 67b5085
2 files changed
Lines changed: 5 additions & 14 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments