Skip to content

Commit

Permalink
feat(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt1031 committed Jun 22, 2023
1 parent 5d4e3bb commit 1cc5ff3
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 2,133 deletions.
7 changes: 6 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
tag-version-prefix=""
save-exact = true
engine-strict = false
ignore-engines = true
tag-version-prefix = ""
auto-install-peers = true
strict-peer-dependencies = false
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "obsidian-tinypng-plugin",
"version": "0.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"version": "0.0.2",
"description": "Obsidian plugin for compressing images with TinyPNG",
"license": "MIT",
"author": "",
"author": "ckt1031",
"main": "main.js",
"scripts": {
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
Expand All @@ -14,22 +14,21 @@
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"dependencies": {
"localforage": "^1.10.0"
"localforage": "1.10.0"
},
"devDependencies": {
"@ckt1031/eslint-config": "^1.1.9",
"@ckt1031/prettier-config": "^1.1.9",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@ckt1031/eslint-config": "1.1.9",
"@ckt1031/prettier-config": "1.1.9",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.60.0",
"builtin-modules": "3.3.0",
"esbuild": "0.18.6",
"eslint": "^8.43.0",
"obsidian": "latest",
"prettier": "^2.8.8",
"eslint": "8.43.0",
"obsidian": "1.2.8",
"prettier": "2.8.8",
"tslib": "2.5.3",
"typescript": "5.1.3"
},
"keywords": [],
"packageManager": "[email protected]",
"prettier": "@ckt1031/prettier-config"
}
Loading

0 comments on commit 1cc5ff3

Please sign in to comment.