Skip to content

Lint_PackageAccessMismatch

William Lahti edited this page Feb 15, 2021 · 1 revision

The packageAccess option of alterior.json does not match the publishing behavior specified in package.json

What does this issue mean?

Alterior's prepublish and linting steps check to ensure that the publishing behavior specified in alterior.json matches that of package.json for the purpose of preventing inadvertent publishing of code to NPM. Because Alterior's Transparent Services feature enables such easy deployment of a backend into NPM, it is foreseeable that some package authors may misunderstand what content is being published.

More TBD