Skip to content

Prevent accidental publication of snowplow-tracker to npm #300

Description

Refering to the parent tracker project, not core.

https://www.npmjs.org/doc/files/package.json.html

If you set "private": true in your package.json, then npm will refuse to publish it.

This is a way to prevent accidental publication of private repositories. If you would like to ensure that a given package is only ever published to a specific registry (for example, an internal registry), then use the publishConfig dictionary described below to override the registry config param at publish-time.

Metadata

Metadata

Labels

category:browserAbout the browser-specific code.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions