A simple wrapper around our API and fetch stuff.
npm install @mirlo/mirlo-api-client
And then:
import APIInstance from "@mirlo/mirlo-api-client";
const api = APIInstance("http://localhost:3000", "");
export default api;
- Bump the version number in package.json
yarn tsc
npm publish