This is consumed as a node package by cowbot.
-
Node.js version 10.14.1 or higher
# determine node version node --version
Firstly, change the package name or the version in package.json.
-
Build
rm -rf node_modules/; npm install; npm run build
-
Publish the package
npm publish --access public
You can see how the runtime loads packages and where packages fit in to the runtime code.