chore: update build config; sync version in manifest and package.json

This commit is contained in:
Daniel Bauer
2024-12-17 11:31:55 +01:00
parent 846315c3a7
commit 97391f4256
4 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "obsidian-dataview-autocompletion",
"version": "1.0.0",
"version": "0.8",
"description": "This is a plugin for Obsidian that provides autocompletion for Dataview metadata fields",
"main": "main.js",
"scripts": {
@@ -8,8 +8,7 @@
"build": "npx rollup --config rollup.config.js --environment BUILD:production",
"check-format": "npx prettier --check src",
"test": "npx jest",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"prepare": "husky"
"version": "node ersion-bump.mjs && git add manifest.json versions.json"
},
"keywords": [
"Obsidian",