You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Avraham Sakal 0fe802ee51 v0.0.8 2 years ago
dist add `(un)subscribe` function 2 years ago
src add `(un)subscribe` function 2 years ago
.gitignore remove dist/ from gitignore; for package publishing 2 years ago
.npmignore init 2 years ago
.yarnrc.yml add @torahanytime npm scope 2 years ago
README.md fix: typo in README 2 years ago
build.mjs add `(un)subscribe` function 2 years ago
package.json v0.0.8 2 years ago
tsconfig.json add `(un)subscribe` function 2 years ago
yarn.lock init 2 years ago

README.md

Installation/Publishing

To install this package:

yarn config set '@sakal:registry' 'https://git.sakal.us/api/packages/brian/npm/'
# or use `.yarnrc`:   echo '"@torahanytime:registry" "https://git.sakal.us/api/packages/brian/npm/"' >> .yarnrc
# or use `.npmrc`:   echo '@torahanytime:registry=https://git.sakal.us/api/packages/brian/npm/' >> .npmrc
yarn add @sakal/fsm

To publish a new version of this package:

yarn config set -- '//git.sakal.us/api/packages/brian/npm/:_authToken' "${GITEA_AUTH_TOKEN}"
yarn login --scope sakal
yarn build && yarn publish