comparison package.json @ 56:3cc1967cd122 1.1.1

Bump versions to 1.1.1.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 02 Oct 2023 18:13:29 -0700
parents 6e0595be7c0e
children 1d6fe880946f
comparison
equal deleted inserted replaced
55:388eb78ef4b7 56:3cc1967cd122
1 { 1 {
2 "name": "obsidian-remember-file-state", 2 "name": "obsidian-remember-file-state",
3 "version": "1.1.0", 3 "version": "1.1.1",
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",