Skip to content

Commit 2059149

Browse files
committed
Change version command to stage files
1 parent 2c463ca commit 2059149

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "obsidian-github-sync",
3-
"version": "0.0.0",
4-
"description": "A plugin to sync a Github repository with an Obsidian vault",
5-
"main": "main.js",
6-
"scripts": {
7-
"dev": "node esbuild.config.mjs",
8-
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9-
"version": "node version-bump.mjs && git add manifest.json versions.json"
10-
},
11-
"keywords": [],
12-
"author": "Silvano Cerza",
13-
"license": "AGPL-3.0-only",
14-
"devDependencies": {
15-
"@types/node": "^22.10.5",
16-
"@types/react": "^19.0.4",
17-
"@types/react-dom": "^19.0.2",
18-
"@typescript-eslint/eslint-plugin": "^8.19.0",
19-
"@typescript-eslint/parser": "^8.19.0",
20-
"builtin-modules": "^4.0.0",
21-
"esbuild": "^0.24.2",
22-
"obsidian": "^1.7.2",
23-
"tslib": "^2.8.1",
24-
"typescript": "^5.7.2"
25-
},
26-
"dependencies": {
27-
"react": "^19.0.0",
28-
"react-dom": "^19.0.0"
29-
}
2+
"name": "obsidian-github-sync",
3+
"version": "0.0.0",
4+
"description": "A plugin to sync a Github repository with an Obsidian vault",
5+
"main": "main.js",
6+
"scripts": {
7+
"dev": "node esbuild.config.mjs",
8+
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
9+
"version": "node version-bump.mjs"
10+
},
11+
"keywords": [],
12+
"author": "Silvano Cerza",
13+
"license": "AGPL-3.0-only",
14+
"devDependencies": {
15+
"@types/node": "^22.10.5",
16+
"@types/react": "^19.0.4",
17+
"@types/react-dom": "^19.0.2",
18+
"@typescript-eslint/eslint-plugin": "^8.19.0",
19+
"@typescript-eslint/parser": "^8.19.0",
20+
"builtin-modules": "^4.0.0",
21+
"esbuild": "^0.24.2",
22+
"obsidian": "^1.7.2",
23+
"tslib": "^2.8.1",
24+
"typescript": "^5.7.2"
25+
},
26+
"dependencies": {
27+
"react": "^19.0.0",
28+
"react-dom": "^19.0.0"
29+
}
3030
}

0 commit comments

Comments
 (0)