A repository containing the official list of social links for Hemilabs
import hemiSocials from "hemi-socials";
// the following properties are available
const {
discordUrl,
linkedinUrl,
githubUrl,
telegramCommunityUrl,
telegramNewsUrl,
tiktokUrl,
twitterUrl,
youtubeUrl,
} = hemiSocials;
With the changes merged into main
, tag the merge commit, push and create a new release. The package will be published automatically to NPM.
git tag -s -m "" v$(jq -r '.version' <package.json) --force
git push --tags --force