summaryrefslogtreecommitdiff
path: root/package.json
blob: 3adfc398f194c071ceda0a64dc547e86769cf3a5 (plain)
1
2
3
4
5
6
7
{
    "name": "sample-obsidian-theme",
    "version": "1.0.0",
	"scripts": {
		"version": "node version-bump.mjs && git add manifest.json versions.json"
	}
}