@callumtest/trusted-publish
v1.0.3
Published
Minimal JS library for testing infrastructure
Readme
@callumtest/trusted-publish
Minimal JS library for testing npm publishing infrastructure.
Usage
const { hello } = require("@callumtest/trusted-publish");
console.log(hello("World"));Publishing
Create a GitHub release to trigger the npm publish workflow.
