summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLiam Cain <hi@liamca.in>2022-08-22 15:54:25 -0400
committerGitHub <noreply@github.com>2022-08-22 15:54:25 -0400
commitf6e49598857651cc5a0dc692019cede24ca2b8d3 (patch)
tree9976d9bcca7a57defde0eae9e9a523b0d3677819 /package.json
parent773b0c5ca9799e273e2c6f86445242ba2993bbc7 (diff)
Add README with basic info on how to use this repo
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3adfc39
--- /dev/null
+++ b/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "sample-obsidian-theme",
+ "version": "1.0.0",
+ "scripts": {
+ "version": "node version-bump.mjs && git add manifest.json versions.json"
+ }
+}