UNPKG

aedes-persistence

Version:

The spec for an Aedes persistence, with abstract tests and a fast in-memory implementation.

19 lines (18 loc) 289 B
{ "$schema": "https://unpkg.com/release-it@19/schema/release-it.json", "github": { "release": true }, "git": { "tagName": "v${version}", "requireBranch": "main" }, "hooks": { "before:init": [ "npm run test" ] }, "npm": { "publish": true } }