@educabot/educablocks-cosmos
v0.1.27
Published
Cosmos settings for educabot
Keywords
Readme
educablocks-cosmos
Educabot's cosmos settings. Import this in your Robots-adjacent project to have cosmos configuration (login options, URLs, etc) for different domains.
How to publish
- Update the "version" field in package.json
- Add a tag and push it to origin
- Done! GH Actions will take care of publishing and you will be able to import it in other repos.
Example:
- in package.json:
"version": "0.1.2"- in the terminal:
git tag v0.1.2 && git push --tags