Skip to content

Commit

Permalink
Update info in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
LoyalPotato committed Aug 19, 2023
1 parent b387ad5 commit bbf542e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "obsidian-sample-plugin",
"name": "potato-indexer",
"version": "1.0.2",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"description": "Obsidian plugin to generate index based on your selection or of the whole file",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"author": "LoyalPotato",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
Expand Down

0 comments on commit bbf542e

Please sign in to comment.