comparison package.json @ 30:88c1c125e621 1.0.6

Bump versions to 1.0.6
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 14 Jul 2022 14:47:00 -0700
parents 6c168de105c0
children a371a2001e95
comparison
equal deleted inserted replaced
29:66cada11efb8 30:88c1c125e621
1 { 1 {
2 "name": "obsidian-remember-file-state", 2 "name": "obsidian-remember-file-state",
3 "version": "1.0.5", 3 "version": "1.0.6",
4 "description": "Plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file", 4 "description": "Plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file",
5 "main": "main.js", 5 "main": "main.js",
6 "scripts": { 6 "scripts": {
7 "dev": "node esbuild.config.mjs", 7 "dev": "node esbuild.config.mjs",
8 "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", 8 "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",